This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IT > IToolPalette Interface > IToolPalette.PaletteItem Property (ArcObjects .NET 10.4 SDK) |
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