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




pos
Locational index of the item on the toolbar.
itemDef
Item definition
IToolbarDef.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 BaseToolbar
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 toolbar.
itemDef
Item definition

Remarks

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

See Also

© 2010 All Rights Reserved.