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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools.Ribbon Namespace