RibbonSeparator.Title Property

Gets or sets text that appears on the RibbonSeparator control.

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

Syntax

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

Property Value

Type: System.String
A String that represents text that appears on the RibbonSeparator control.

Remarks

The Title property is available only when the separator is on a menu such as the Microsoft Office Menu, RibbonMenu, or RibbonSplitButton. You cannot add text to a separator that is in a group.

.NET Framework Security

See Also

Reference

RibbonSeparator Interface

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview