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
string TitleBarCaption {get; set;}
See Also