RibbonSplitButton.Title Property

Gets or sets the title that appears on top of the RibbonSplitButton control if the control is on the Microsoft Office Menu.

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
The title for the RibbonSplitButton control if the control is on the Microsoft Office Menu.

Remarks

This property applies to the RibbonSplitButton only if it is on the Microsoft Office Menu.

This property can be changed at design time and at run time.

.NET Framework Security

See Also

Reference

RibbonSplitButton Interface

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview