formZ SDK | 4.0 Call Back Reference | Command | Tool
Description
Tool Deactivate (Optional). This function is called by formZ when another tool is activateed by the user
indicating that the tool is no longer the active tool.
The user can activate the tool by clicking on an icon or executing a key shortcut.
This tool is a variant of fz_tool_cbak_deselect which is also called when another tool is made active, however,
fz_tool_cbak_deselect is also called at the end of each iteration of the tool (ie when it is "done"), not just when the
another tool is made active.
Plugin Prototype
fzrt_error_td fz_tool_cbak_deactivate(
fzrt_int | windex ) |
Parameters
windex [Input]
project window index
Returns
Error codes
Availability
7.0.0.0
See Also
fz_tool_cbak_activate,fz_tool_cbak_select,fz_tool_cbak_deselect
Function Set
Defined in