C1.Win.TreeView Namespace / C1TreeView Class / Cursor Property

In This Topic
Cursor Property (C1TreeView)
In This Topic
Gets or sets the cursor that is displayed when the mouse pointer is over the control.
Syntax
'Declaration
 
Public Overridable Property Cursor As Cursor
 

Property Value

A System.Windows.Forms.Cursor that represents the cursor to display when the mouse pointer is over the control.
See Also