InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / TitleBarCaption Property


In This Topic
    TitleBarCaption Property (IIbmTerminal)
    In This Topic
    Gets or sets the string that appears in the title bar. This string is only relevant when the workspace user interface mode is set to Classic SDI. The caption length maximum value is 260 characters. The default is &f - &r - &s
    Syntax
    'Declaration
     
    
    Property TitleBarCaption As String
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As String
     
    instance.TitleBarCaption = value
     
    value = instance.TitleBarCaption
    string TitleBarCaption {get; set;}
    Remarks
    This property does not apply to the InfoConnect product.
    See Also