RibbonButton.Description 属性

定义

获取或设置当菜单的 属性设置为 Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge 时 ItemSize ,此按钮上显示的文本。

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String

属性值

当此控件嵌套在另一个菜单或拆分按钮中,并且 ItemSize 父菜单的 属性或 ItemSize 拆分按钮的 属性设置为 Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge 时,将显示说明。此属性可以在运行时更改。

适用于