Gets or sets the mouse cursor shown to the user when the mouse is positioned over an edit component.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Cursor EditTextCursor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EditTextCursor As Cursor |
An instance of the .NET Cursor class. The default is Cursors.IBeam.
See Also