ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitterPanel Class / CollapsingToolTip Property

In This Topic
    CollapsingToolTip Property (C1SplitterPanel)
    In This Topic
    Gets or sets the tooltip text for the collapsing handle of the expanded panel.
    Syntax
    'Declaration
     
    Public Property CollapsingToolTip As System.String
    public System.string CollapsingToolTip {get; set;}
    See Also