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

In This Topic
    CollapsedToolTip Property (C1SplitterPanel)
    In This Topic
    Gets or sets the tooltip text for the expanding handle of the panel in collapsed state.
    Syntax
    'Declaration
     
    
    Public Property CollapsedToolTip As String
    public string CollapsedToolTip {get; set;}
    See Also