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


In This Topic
    IsAttributeSpace Property (HostField)
    In This Topic
    Gets a value indicating 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