ArcFM Engine Developer Guide
IMMTreeTool Interface
Members 


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
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<GuidAttribute("EA6E4598-3F14-47A7-B5B9-25E2D630626A")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMTreeTool 
'Usage
 
Dim instance As IMMTreeTool
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[Guid("EA6E4598-3F14-47A7-B5B9-25E2D630626A")]
[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.

Syntax
'Declaration
 
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<GuidAttribute("EA6E4598-3F14-47A7-B5B9-25E2D630626A")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMTreeTool 
'Usage
 
Dim instance As IMMTreeTool
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[Guid("EA6E4598-3F14-47A7-B5B9-25E2D630626A")]
[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