Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / HostControlsOutlineColor Property
In This Topic
    HostControlsOutlineColor Property
    In This Topic
    Gets or sets a value indicating whether the host determines the color of field outline characters.
    Syntax
    expression.HostControlsOutlineColor As Boolean
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    The default is false.
    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 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