ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1SplitButton Class / DroppedDown Property

In This Topic
    DroppedDown Property (C1SplitButton)
    In This Topic
    Run-time property indicating if the dropdown is currently open.
    Syntax
    'Declaration
     
    Public Property DroppedDown As Boolean
    public bool DroppedDown {get; set;}
    See Also