DroppedDown Property (C1DropDownControl)
In This Topic
Run-time read-only property indicating if the dropdown is currently open.
Syntax
'Declaration
Public ReadOnly Property DroppedDown As System.Boolean
public System.bool DroppedDown {get;}
See Also