[]
Gets or sets a bool value that indicates whether the drop-down window is automatically shown when the control gets focus.
[Browsable(true)]
public bool AutoDropDown { get; set; }
<Browsable(True)>
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.
|