InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / ShowMenuBar Property


In This Topic
ShowMenuBar Property (ITerminal)
In This Topic
Gets or sets the visibility of the menu and toolbar. 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.
Syntax
'Declaration
 
Property ShowMenuBar As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.ShowMenuBar = value
 
value = instance.ShowMenuBar
See Also