ArcFM Desktop Developer Guide
IMMTreeTool Interface
Members 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The IMMTreeTool interface replaces the IMMTreeViewTool, IMMTreeViewTool2, and IMMHotKey interfaces in the 8.2.1 release of the ArcFM Solution. The old interfaces will continue to be supported by the MMListTree control, but future customizations of ArcFM tree tools should use the IMMTreeTool interface. The IMMTreeTool interface contains all of the methods from the old interfaces and includes a few new ones.


The developer will implement the IMMTreeTool interface to create tools for the tree context menu. These tools will be accessible when the user right-clicks an item in the MMListTree control's list. These tools will be executed when selected from the context menu.

Available at Version
9.2.1 and later
Product Availability
ArcFM Desktop and ArcFM Engine
Required Licenses
ArcFM, Designer, ArcFM Viewer, ArcFM Engine, ArcFM Engine Editor, or ArcFM Viewer for ArcGIS Engine
.NET Assembly
Miner.Interop.FrameworkUI.dll
Object Model
IMMTreeTool Interface
Syntax
'Declaration
 
<GuidAttribute("EA6E4598-3F14-47A7-B5B9-25E2D630626A")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMTreeTool 
'Usage
 
Dim instance As IMMTreeTool
[Guid("EA6E4598-3F14-47A7-B5B9-25E2D630626A")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface IMMTreeTool 
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMTreeTool Members
Miner.Interop Namespace

The IMMTreeTool interface replaces the IMMTreeViewTool, IMMTreeViewTool2, and IMMHotKey interfaces in the 8.2.1 release of the ArcFM Solution. The old interfaces will continue to be supported by the MMListTree control, but future customizations of ArcFM tree tools should use the IMMTreeTool interface. The IMMTreeTool interface contains all of the methods from the old interfaces and includes a few new ones.


The developer will implement the IMMTreeTool interface to create tools for the tree context menu. These tools will be accessible when the user right-clicks an item in the MMListTree control's list. These tools will be executed when selected from the context menu.

Object Model
IMMTreeTool Interface
Syntax
'Declaration
 
<GuidAttribute("EA6E4598-3F14-47A7-B5B9-25E2D630626A")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMTreeTool 
'Usage
 
Dim instance As IMMTreeTool
[Guid("EA6E4598-3F14-47A7-B5B9-25E2D630626A")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface IMMTreeTool 
Inheritance Hierarchy

Miner.Interop.IMMTreeTool

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMTreeTool Members
Miner.Interop Namespace

 

 


Send Comment