ArcObjects Library Reference (SystemUI)  

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,
  BSTR* 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