Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Cursor Property


In This Topic
Cursor Property (FpSpread)
In This Topic
Gets or sets the pointer to display in this component.
Syntax
'Declaration
 
Public Overrides Property Cursor As Cursor
 
'Usage
 
Dim instance As FpSpread
Dim value As Cursor
 
instance.Cursor = value
 
value = instance.Cursor
See Also