IsDropDownOpen Property (TokenizedTextBox)
In This Topic
Gets or sets a value indicating whether the dropdown is open.
Syntax
'Declaration
Public Property IsDropDownOpen As Boolean
'Usage
Dim instance As TokenizedTextBox
Dim value As Boolean
instance.IsDropDownOpen = value
value = instance.IsDropDownOpen
public bool IsDropDownOpen {get; set;}
Property Value
true if the dropdown is open, otherwise
false.
Requirements
See Also