Cursor Property (XViewLight)
In This Topic
Gets or sets the XViewLight.Cursor that appears when the mouse moves over the control.
Syntax
'Declaration
Public Overrides Property Cursor As System.Windows.Forms.Cursor
public override System.Windows.Forms.Cursor Cursor {get; set;}
See Also