DashboardLayout for WinForms | ComponentOne
C1.Win.C1SplitContainer Namespace / C1SplitterPanel Class / Collapsed Property

In This Topic
    Collapsed Property (C1SplitterPanel)
    In This Topic
    Gets or sets whether the panel is collapsed (duplicates the Visible property).
    Syntax
    'Declaration
     
    
    Public Property Collapsed As Boolean
    public bool Collapsed {get; set;}
    See Also