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

In This Topic
    Text Property (C1SplitterPanel)
    In This Topic
    Gets or sets the panel caption.
    Syntax
    'Declaration
     
    Public Overrides Property Text As System.String
    public override System.string Text {get; set;}
    See Also