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.
See Also