ArcFM Solution Developer Guide
FindMenuItem Method


Syntax
'Declaration
 
Public Function FindMenuItem( _
   ByVal type As System.Integer, _
   ByVal value As System.IntPtr _
) As System.Windows.Forms.MenuItem
'Usage
 
Dim instance As MinerMenuItem
Dim type As System.Integer
Dim value As System.IntPtr
Dim value As System.Windows.Forms.MenuItem
 
value = instance.FindMenuItem(type, value)
public System.Windows.Forms.MenuItem FindMenuItem( 
   System.int type,
   System.IntPtr value
)

Parameters

type
value
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

MinerMenuItem Class
MinerMenuItem Members

 

 


Send Comment