TitleBarCaption Property (ITerminal)
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
string TitleBarCaption {get; set;}
'Declaration
Property TitleBarCaption As String
'Usage
Dim instance As ITerminal
Dim value As String
instance.TitleBarCaption = value
value = instance.TitleBarCaption