Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMTreeViewToolEx Interface |
The following tables list the members exposed by IMMTreeViewToolEx.
Name | Description | |
---|---|---|
![]() | Bitmap | This property allows you to associate a bitmap with a tool. |
![]() | CategoryName | Determines the menu under which the tool will appear. |
![]() | Checked | If the tool has a checkbox, this property returns a boolean value indicating whether it is checked or unchecked. |
![]() | SubCategory | Allows you to group menu items into subcategories within categories. |
![]() | ToolTip | This property allows you to specify the text that is displayed when the user hovers the mouse over a tool. |
Name | Description | |
---|---|---|
![]() | EnabledEx | Allows the developer to evaluate the selected item and enable or disable the tool in the context menu. Requires a variant value. |
![]() | ExecuteEx | Method where developer will write custom code to perform the tool's task. |
![]() | Initialize | Initializes the connection to the Process Framework application. |