RibbonBase.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.
Gets or sets the name of this RibbonBase.
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
A string that contains the name of this RibbonBase.
Remarks
The name of a control shows up in the Properties window. It is the ID that Microsoft Office uses to identify this RibbonBase, and it is the name of the instance of this RibbonBase in your code.
This property can be set at run time only under certain conditions. For more information, see Ribbon Object Model Overview.