This document is archived and information here might be outdated. Recommended version. |
The caption used by the ToolbarPalette.
[Visual Basic .NET]
Public Property Caption As String
[C#]
public string Caption {get; set;}
[C++]
HRESULT get_Caption(
BSTR pVal
);
[C++]
HRESULT put_Caption(
System.String* pVal
);
[C++] Parameters pVal [in]
pVal is a parameter of type BSTR pVal [out, retval]
pVal is a parameter of type BSTR*
The Caption of the ToolbarPalette. The Caption is displayed on the ToolbarControl when the IToolbarItem::Style is set to esriCommandStyleIconAndText.