InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / IsDefaultDisplay Property
Example
In This Topic
    IsDefaultDisplay Property (HostField)
    In This Topic
    Gets a value that indicates whether the data cell is displayed with default attributes. Note: IScreenDataConstants.ATTR_DEFAULT
    Syntax
    expression.IsDefaultDisplay As Boolean
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField
    Dim display As Boolean = host.IsDefaultDisplay
    See Also