Reflection
IsGraphicsSupported Property


Gets the "graphics supported" flag.
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