ComponentOne MultiSelect for WinForms
Cursor Property

C1.Win.C1Input Namespace > C1DropDownControl Class : Cursor Property
Gets or sets the cursor that is displayed when the mouse pointer is over the control.
Syntax
'Declaration
 
Public Overrides Property Cursor As Cursor
public override Cursor Cursor {get; set;}

Property Value

A System.Windows.Forms.Cursor that represents the cursor to display when the mouse pointer is over the control.
See Also

Reference

C1DropDownControl Class
C1DropDownControl Members