RibbonToggleButton.ControlSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 RibbonToggleButton 控制項的大小。
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
屬性值
代表控件大小的 RibbonToggleButton Microsoft.Office.Core.RibbonControlSize。
備註
如果按鈕是功能表的一部分,這個屬性就不會有任何作用。 選單上出現的按鈕一 Microsoft.Office.Core.RibbonControlSize
律會設定為 Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeRegular
。
若要變更功能表上的 RibbonToggleButton 大小,請使用 ItemSize 屬性。