This document is archived and information here might be outdated.  Recommended version.


IToolPalette.PaletteItem Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IT > IToolPalette Interface > IToolPalette.PaletteItem Property
ArcGIS Developer Help

IToolPalette.PaletteItem Property

The CLSID for the item on this menu at the specified index.

[Visual Basic .NET]
Public Function get_PaletteItem ( _
    ByVal pos As Integer _
) As String
[C#]
public string get_PaletteItem (
    int pos
);
[C++]
HRESULT get_PaletteItem(
  long pos,
  System.String* ID
);
[C++]
Parameters
pos [in]

pos is a parameter of type long ID [out, retval]
ID is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IToolPalette Interface