Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / 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
Remarks
This value is true, by default.
See Also