GRAPH.Symbols

Previous  Next

 

state = GRAPH.Symbols( BYVAL nControl AS INTEGER 

                      [BYVAL state    AS INTEGER=NULL] ) AS INTEGER

 


 

Shows or hides the Element Symbols and returns the state of the symbols.  If the state parameter is omitted then the current Show Element Symbols state is returned.

 

Example:

 

' Make sure Element Symbols are turned OFF

IF GRAPH.Symbols( nControl ) THEN

       GRAPH.Symbols( nControl, FALSE )

ENDIF