ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1DropDownButton Class / IsDropDownOpen Property

In This Topic
    IsDropDownOpen Property (C1DropDownButton)
    In This Topic
    Open or close the control drop-down popup.
    Syntax
    'Declaration
     
    
    Public Property IsDropDownOpen As Boolean
    public bool IsDropDownOpen {get; set;}
    See Also