Gets or sets the cursor that is displayed when the mouse pointer is over the drop-down window.
Declaration
[Browsable(true)]
public Cursor Cursor { get; set; }
<Browsable(True)>
Public Property Cursor As Cursor
Property Value
Type |
Description |
Cursor |
A Cursor instance that indicates the cursor shape when the mouse pointer is over the drop-down window.
|