Returns true if the specified graphics mode is active in current graphics generation.
bool InGraphicMode(string name)
name |
The name of a graphics mode. |
Example
InGraphicMode("Report")
Returns true if the graphics mode "Report" is activated.