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
- 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