共用方式為


RibbonGallery.ControlSize 屬性

定義

取得或設定 RibbonGallery 控制項的大小。

public:
 property Microsoft::Office::Core::RibbonControlSize ControlSize { Microsoft::Office::Core::RibbonControlSize get(); void set(Microsoft::Office::Core::RibbonControlSize value); };
public Microsoft.Office.Core.RibbonControlSize ControlSize { get; set; }
member this.ControlSize : Microsoft.Office.Core.RibbonControlSize with get, set
Public Property ControlSize As RibbonControlSize

屬性值

代表控件大小的 RibbonGallery Microsoft.Office.Core.RibbonControlSize。

備註

如果 是功能表的一部分, RibbonGallery 這個屬性就不會有任何作用。 ControlSizeRibbonGallery除非父控件的 設定為 ,否則出現在功能表上的 ItemSize 一律會設定Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeRegularMicrosoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge

若要讓 RibbonSplitButton 下拉選單控制件顯示較大,請將 ItemSizeRibbonSplitButton 屬性設定為 Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge

這個屬性可以在運行時間設定。

適用於