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