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


In This Topic
    IsFieldAttribute Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether the data cell contains a field attribute. Note: IScreenDataConstants.FIELD_ATTRIBUTE
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFieldAttribute As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsFieldAttribute
    public bool IsFieldAttribute {get;}
    Example
    private ScreenCharacter screen;
                
    bool fieldAttribute = screen.IsFieldAttribute;
    See Also