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


In This Topic
    IsAttributeSpace Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether field attributes occupy screen space. Note: IScreenDataConstants.FIELD_ATTRIB_SPACE
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAttributeSpace As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsAttributeSpace
    public bool IsAttributeSpace {get;}
    Example
    private ScreenCharacter screen;
                
    bool attributeSpace = screen.IsAttributeSpace;
    See Also