InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / ShowOIA Property


In This Topic
    ShowOIA Property
    In This Topic
    Gets or sets a value indicating whether operation and status messages are displayed in the Operator Information Area (OIA) at the bottom of the terminal window.
    Syntax
    'Declaration
     
    
    Property ShowOIA As Boolean
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value As Boolean
     
    instance.ShowOIA = value
     
    value = instance.ShowOIA
    bool ShowOIA {get; set;}
    Remarks
    This value is true, by default.
    See Also