InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / IsAttributeSpace Property
Example
In This Topic
    IsAttributeSpace Property (HostField)
    In This Topic
    Specifies whether field attributes occupy space on the screen. It returns true if field attributes occupy screen space.
    Syntax
    expression.IsAttributeSpace As Boolean
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField
    Dim AttributesSpace As Boolean = host.IsAttributesSpace
    See Also