Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTabPage Class / Text Property

In This Topic
    Text Property (C1DockingTabPage)
    In This Topic
    Gets or sets the text shown on the tab.
    Syntax
    'Declaration
     
    
    Public Overrides Property Text As String
    public override string Text {get; set;}
    See Also