Allows you to implement a shortcut key to use the menu item (for example, Ctrl + C, F12).
            
            
            
    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 | 
                                 
                            
                         
                     
                 | 
            
        
    
 
            
             
            
            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.