ComponentOne FinancialChart for WPF
IsDropDownOpen Property (C1DropDownButton)



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

Reference

C1DropDownButton Class
C1DropDownButton Members