InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ScreenCharacter Class / IsVisible Property
Example


In This Topic
    IsVisible Property (ScreenCharacter)
    In This Topic
    Gets a value indicating whether the data cell contains visible text. Note: IScreenDataConstants.ATTR_VISIBLE
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsVisible As Boolean
    'Usage
     
    
    Dim instance As ScreenCharacter
    Dim value As Boolean
     
    value = instance.IsVisible
    public bool IsVisible {get;}
    Example
    private ScreenCharacter screen;
                
    bool visible = screen.IsVisible;
    See Also