Cursor Property (FpCombo)
In This Topic
Gets or sets the image for the pointer when the pointer is over the edit control.
Syntax
'Declaration
Public Overridable Property Cursor As Cursor
'Usage
Dim instance As FpCombo
Dim value As Cursor
instance.Cursor = value
value = instance.Cursor
public virtual Cursor Cursor {get; set;}
See Also