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