ComponentOne Basic Library for WPF and Silverlight
IsDropDownOpen Property (C1DropDownButton)


C1.WPF Namespace > C1DropDownButton Class : IsDropDownOpen Property
Open or close the control drop-down box.
Syntax
'Declaration
 
Public Property IsDropDownOpen As System.Boolean
'Usage
 
Dim instance As C1DropDownButton
Dim value As System.Boolean
 
instance.IsDropDownOpen = value
 
value = instance.IsDropDownOpen
public System.bool IsDropDownOpen {get; set;}
See Also

Reference

C1DropDownButton Class
C1DropDownButton Members