InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / IsGraphicsSupported Property


In This Topic
    IsGraphicsSupported Property
    In This Topic
    Gets a value indicating whether graphics is supported.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsGraphicsSupported As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    value = instance.IsGraphicsSupported
    bool IsGraphicsSupported {get;}

    Property Value

    The default value is false.
    Remarks
    Returns true if this terminal type supports rendering graphics and false if graphics are not supported.
    See Also