InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IView Interface / TitleText Property


In This Topic
    TitleText Property
    In This Topic
    Gets or sets the title text of the view. In tab view mode, the title text is on the tab. In SDI mode, it is the caption of the view window.
    Syntax
    'Declaration
     
    
    Property TitleText As String
    'Usage
     
    
    Dim instance As IView
    Dim value As String
     
    instance.TitleText = value
     
    value = instance.TitleText
    string TitleText {get; set;}
    See Also