Specifies the bitmap associated with the context menu item.
            
            
            
    The following code sample illustrates how the Bitmap property should be set:
    
        
            
                | Visual Basic |  Copy Code | 
            
                | 
                        
                            
                                
                                    | Dim m_pBitmap As IPictureDisp
 
 
 Private Sub Class_Initialize()
 Set m_pBitmap = LoadResPicture(101, 0)
 End Sub
 
 
 Private Property Get IMMTreeTool_Bitmap() As Long
 Set IMMTreeTool_Bitmap = m_pBitmap
 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.