ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / 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 System.String
    public System.string CollapsedToolTip {get; set;}
    See Also