InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / ShowClassicStatusBar Property


In This Topic
    ShowClassicStatusBar Property (IIbmTerminal)
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Property ShowClassicStatusBar As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.ShowClassicStatusBar = value
     
    value = instance.ShowClassicStatusBar
    bool ShowClassicStatusBar {get; set;}
    See Also