The following tables list the members exposed by IMMTreeViewTool.
Public Properties
| Name | Description |
| Category | Long value specifies a group in which to place the tool in the context menu. Not to be confused with a component category, this property simply allows tools to be grouped within the context menu. The groups are separated by a spacer bar in the menu. |
| Enabled | Allows the developer to evaluate the selected item and enable or disable the tool in the context menu. |
| Name | Allows the developer to specify the name which will appear in the context menu. |
| Priority | Determines the display order of the tool in its category. |
Top
Public Methods
| Name | Description |
| Execute | Method where developer will write custom code to perform the tool's task. |
Top
See Also