RibbonMenu.Label Property

Gets or sets the text that is displayed by the menu.

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

Syntax

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

Property Value

Type: System.String
The text that is displayed by the menu.

Remarks

To hide the label, set the ShowLabel property to false.

.NET Framework Security

See Also

Reference

RibbonMenu Interface

Microsoft.Office.Tools.Ribbon Namespace