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

In This Topic
    CaptionText Property
    In This Topic
    Gets or sets the text in the caption area of the page. If not specified, defaults to the value of the Text property.
    Syntax
    'Declaration
     
    
    Public Property CaptionText As String
    public string CaptionText {get; set;}
    See Also