Cursor Property (C1InputPanelBase)
In This Topic
Gets or sets the
C1.Framework.ScrollableControl.Cursor that appears when the mouse moves over the control.
Syntax
'Declaration
Public Overridable Property Cursor As Cursor
public virtual Cursor Cursor {get; set;}
See Also