ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DropDownButton Class / IsDropDownOpen Property

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