Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / TitleBarCaption Property


In This Topic
TitleBarCaption Property (ITerminal)
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 - &n
Syntax
'Declaration
 
Property TitleBarCaption As String
 
'Usage
 
Dim instance As ITerminal
Dim value As String
 
instance.TitleBarCaption = value
 
value = instance.TitleBarCaption
Remarks
This property does not apply to the InfoConnect product.
See Also