[]
Gets or sets a bool value indicates whether the dropdown window is showing.
[Browsable(false)]
public bool DroppedDown { get; set; }
<Browsable(False)>
Public Property DroppedDown As Boolean
Type | Description |
---|---|
bool | A bool value, true indicates the dropdown window is showing, otherwise, false.
|
The property determines to dropped down the drop-down window or not.