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
public override Cursor Cursor {get; set;}
See Also