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

In This Topic
    Text Property (C1DockingTab)
    In This Topic
    Gets the text of the currently selected tab (runtime-only).
    Syntax
    'Declaration
     
    
    Public Shadows Property Text As String
    public new string Text {get; set;}
    See Also