ESRI.ArcGIS.ADF
GetItemInfo Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseMenu Class : GetItemInfo Method




pos
Locational index of the item on the menu.
itemDef
Item definition
IMenuDef.GetItemInfo() implementation. Called by the framework to find out the command item by position.

Syntax

Visual Basic (Declaration) 
Public Sub GetItemInfo( _
   ByVal pos As Integer, _
   ByVal itemDef As ESRI.ArcGIS.SystemUI.IItemDef _
) 
Visual Basic (Usage)Copy Code
Dim instance As BaseMenu
Dim pos As Integer
Dim itemDef As ESRI.ArcGIS.SystemUI.IItemDef
 
instance.GetItemInfo(pos, itemDef)
C# 
public void GetItemInfo( 
   int pos,
   ESRI.ArcGIS.SystemUI.IItemDef itemDef
)

Parameters

pos
Locational index of the item on the menu.
itemDef
Item definition

Remarks

Note to inheritors: You do not need to call this method.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.