[]
Gets or sets a bool value that indicates whether the drop-down window is automatically shown when the control (which is droppable) gets focus.
public bool AutoDropDown { get; set; }
Public Property AutoDropDown As Boolean
Type | Description |
---|---|
bool | A bool value, true if the drop-down window is automatically shown when the control gets focus,
otherwise, false.
|