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



In This Topic
    IsDropDownOpen Property (C1ComboBox)
    In This Topic
    Open or close the C1ComboBox popup.
    Syntax
    'Declaration
     
    
    Public Property IsDropDownOpen As Boolean
    'Usage
     
    
    Dim instance As C1ComboBox
    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