Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TitleInfo Class / Text Property


In This Topic
    Text Property (TitleInfo)
    In This Topic
    Gets or sets the text of title bar.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As TitleInfo
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}
    See Also