Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FieldAttributes Object / IsDefaultDisplay Property
In This Topic
    IsDefaultDisplay Property (FieldAttributes)
    In This Topic
    Returns 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 FieldAttributes Object
    See Also