This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarMenu Interface > IToolbarMenu.Caption Property (ArcObjects .NET 10.4 SDK) |
The caption used by the ToolbarMenu.
[Visual Basic .NET] Public Property Caption As String
[C#] public string Caption {get; set;}
[C++]
HRESULT get_Caption(
BSTR* pCaption
);
[C++]
HRESULT put_Caption(
BSTR pCaption
);
[C++]
Parameters pCaption [out, retval] pCaption is a parameter of type BSTR pCaption [in] pCaption is a parameter of type BSTR
The Caption of the ToolbarMenu that is displayed on the ToolbarControl.