InfoConnect for Airlines
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
bool HostControlsOutlineColor {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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