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