ESRI.ArcGIS.ADF.Local
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 IItemDef _
) 
Visual Basic (Usage)Copy Code
Dim instance As BaseMenu
Dim pos As Integer
Dim itemDef As IItemDef
 
instance.GetItemInfo(pos, itemDef)
C# 
public void GetItemInfo( 
   int pos,
   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.

See Also

© 2010 All Rights Reserved.