This document is archived and information here might be outdated. Recommended version. |
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*