Miner.Interop.FrameworkUI Assembly > Miner.Interop Namespace : IMMTreeTool Interface |
The following tables list the members exposed by IMMTreeTool.
Name | Description | |
---|---|---|
![]() | AllowAsDefault | This property identifies the menu item as the default action to be performed when the user double-clicks the TreeView item. |
![]() | Bitmap | Specifies the bitmap associated with the context menu item. |
![]() | Category | This property specifies a group in which to place the tool in the context 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. |
![]() | ShortCut | Allows you to implement a shortcut key to use the menu item (for example, Ctrl + C, F12). |
Name | Description | |
---|---|---|
![]() | Execute | Method where developer will write custom code to perform the tool's task. |