Reflection
TitleBarCaption Property (IIbmTerminal)


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