Basic Library for WPF and Silverlight | ComponentOne
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
    public bool IsDropDownOpen {get; set;}
    See Also