RibbonCheckBox.Description Property

Gets or sets a description for this RibbonCheckBox that appears when its parent control's ItemSize property is set to RibbonControlSizeLarge.

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

Syntax

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

Property Value

Type: System.String
The description for this RibbonCheckBox.

Remarks

When this RibbonCheckBox is placed on a RibbonMenu or RibbonSplitButton that has its ItemSize property set to Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge, the value of the Description property is displayed beneath the label. Otherwise, setting the Description property has no effect.

.NET Framework Security

See Also

Reference

RibbonCheckBox Interface

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview