InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / IsHighIntensity Property
Example
In This Topic
    IsHighIntensity Property (HostField)
    In This Topic
    Gets a value that indicates whether the data cell contains high intensity text. Note: IScreenDataConstants.ATTR_HIGH_INTENSITY
    Syntax
    expression.IsHighIntensity As Boolean
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField
    Dim intensity As Boolean = host.IsHighIntensity
    See Also