This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarPalette Interface > IToolbarPalette.Caption Property (ArcObjects .NET 10.5 SDK) |
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(
BSTR pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type BSTR pVal [in] 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.