Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1SplitButton Class / IsDropDownOpen Property

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