RibbonGallery.ControlSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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.RibbonControlSizeRegular
為 Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge
。
若要讓 RibbonSplitButton 下拉選單控制件顯示較大,請將 ItemSize 的 RibbonSplitButton 屬性設定為 Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge
。
這個屬性可以在運行時間設定。