Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
Public Property Description As String
'Usage
Dim instance As RibbonCheckBox
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
public function get Description () : String
public function set Description (value : String)
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