ShowClassicStatusBar Property (ITerminal)
Gets or sets the visibility of the status bar. This setting is only relevant when the workspace user interface mode is set to Classic. (This setting does not apply to Classic MDI mode.) The default is true.
bool ShowClassicStatusBar {get; set;}
'Declaration
Property ShowClassicStatusBar As Boolean
'Usage
Dim instance As ITerminal
Dim value As Boolean
instance.ShowClassicStatusBar = value
value = instance.ShowClassicStatusBar