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 ESRI.ArcGIS.SystemUI.IItemDef _
) 
Visual Basic (Usage)Copy Code
Dim instance As BaseToolbar
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 toolbar.
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.