Method GetToolToggled
GetToolToggled(int)
Returns whether a tool is on or off.
public bool GetToolToggled(int toolId)
Parameters
toolIdintID of a previously added tool.
Returns
- bool
If
true, the tool is on, otherwise it is off.
Returns whether a tool is on or off.
public bool GetToolToggled(int toolId)
toolId intID of a previously added tool.
If true, the tool is on,
otherwise it is off.