CommandBar.Name Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the name of the specified object.
public:
property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String
Property Value
Remarks
The local name of a built-in command bar is displayed in the title bar (when the command bar isn't docked) and in the list of available command bars— wherever that list is displayed in the container application.
For a built-in command bar, the Name property returns the command bar's U.S. English name. Use the NameLocal property to return the localized name.
If you change the value of the NameLocal property for a custom command bar, the value of Name changes as well, and vice versa.