ArcObjects Library Reference (SystemUI)  

IToolBarDef.Name Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When implementing IToolBarDef to create a custom toolbar, use the Name property to set the name of this toolbar.

See Also

IToolBarDef Interface