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


In This Topic
    IsDefaultDisplay Property (ScreenCharacter)
    In This Topic
    Gets a value that indicates whether the data cell displays with default attributes. Note: IScreenDataConstants.ATTR_DEFAULT
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDefaultDisplay As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsDefaultDisplay
    public bool IsDefaultDisplay {get;}
    Example
    private ScreenCharacter screen;
                
    bool defDisplay = screen.IsDefautDisplay;
    See Also