ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DropDownButton Class / IsDropDownOpen Property



In This Topic
    IsDropDownOpen Property (C1DropDownButton)
    In This Topic
    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