Search
DiagramView.EditTextCursor Property
See Also
 





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

 Syntax

C#  Copy Code

public Cursor EditTextCursor { get; set; }

Visual Basic  Copy Code

Public Property EditTextCursor As Cursor

 Property Value

An instance of the .NET Cursor class. The default is Cursors.IBeam.

 See Also