Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / HostControlsOutlineColor Property


HostControlsOutlineColor Property
Gets or sets a value indicating whether the host determines the color of field outline characters.
Syntax
'Declaration
 
Property HostControlsOutlineColor As Boolean
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.HostControlsOutlineColor = value
 
value = instance.HostControlsOutlineColor
Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
Remarks
When this property is false (the default), the color of field outline characters can be configured in the Modify Theme dialog box. This property is only relevant for 5250 terminal sessions.
See Also