Description
Tool was selected as the new active tool.
Syntax
Private Sub object_ToolSelected(Overlay, Tool, GraphObjClassName, TemplateID)
The ToolSelected Event syntax has these parts:
|
| object | A McGraphOverlay object. | | Overlay | A McGraphOverlay object. the event source overlay.
| | Tool | An Object object. An IDispatch pointer for the new active tool.
| | GraphObjClassName | A String value. The graphic object class to be created.
| | TemplateID | A Long value. The template to use when creating new objects.
|
|