This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IT > IToolBarDef Interface > IToolBarDef.Name Property (ArcObjects .NET 10.5 SDK) |
The name of this toolbar.
[Visual Basic .NET] Public ReadOnly Property Name As String
[C#] public string Name {get;}
[C++]
HRESULT get_Name(
BSTR* Name
);
[C++]
Parameters Name [out, retval] Name is a parameter of type BSTR
When implementing IToolBarDef to create a custom toolbar, use the Name property to set the name of this toolbar.