Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / IsGraphicsSupported Property
In This Topic
IsGraphicsSupported Property
In This Topic
Gets a "graphics supported" flag.
Syntax
expression.IsGraphicsSupported As Boolean
where expression is a variable that represents a Terminal Object
Remarks
Returns true if this terminal type supports rendering graphics; returns false if graphics are not supported.The default value is false.
See Also