ArcFM Engine Developer Guide
ShortCut Property (IMMTreeTool)


Allows you to implement a shortcut key to use the menu item (for example, Ctrl + C, F12).
Syntax
'Declaration
 
<DispIdAttribute(1610678278)>
ReadOnly Property ShortCut As mmShortCutKey
'Usage
 
Dim instance As IMMTreeTool
Dim value As mmShortCutKey
 
value = instance.ShortCut
[DispId(1610678278)]
mmShortCutKey ShortCut {get;}

Property Value

A value from the mmShortCutKey enumeration
Example
The following code sample illustrates how the ShortCut property should be set:
Visual Basic Copy Code
Private Property Get IMMTreeTool_ShortCut() As Miner.Interop.FrameworkUI.mmShortCutKey
    mmShortCutKey = mmF2
End Property
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 Interface
IMMTreeTool Members

 

 


Send Comment