RibbonComponent.Name Property

Gets or sets the name of this RibbonComponent.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Property Name As String
string Name { get; set; }

Property Value

Type: System.String
A string that contains the name of this RibbonComponent.

Remarks

The name of a control shows up in the Properties window. It is the ID that Microsoft Office uses to identify this RibbonComponent, and it is the name of the instance of this RibbonComponent in your code.

This property can be set at run time only under certain conditions. For more information, see Ribbon Object Model Overview.

.NET Framework Security

See Also

Reference

RibbonComponent Interface

Microsoft.Office.Tools.Ribbon Namespace