InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / HostField Class / IsAttributeSpace Property
Example


In This Topic
    IsAttributeSpace Property (HostField)
    In This Topic
    Gets whether field attributes occupy space on the screen.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAttributeSpace As Boolean
    'Usage
     
    
    Dim instance As HostField
    Dim value As Boolean
     
    value = instance.IsAttributeSpace
    public bool IsAttributeSpace {get;}
    Remarks
    It returns true if field attributes occupy screen space.
    Example
    HostField host;
    bool AttributesSpace = host.IsAttributesSpace;
    See Also