ButtonCursor Property (C1DropDownControl)
In This Topic
The cursor that is displayed when the mouse is over a button.
Syntax
'Declaration
Public Property ButtonCursor As System.Windows.Forms.Cursor
public System.Windows.Forms.Cursor ButtonCursor {get; set;}
See Also