Share via


_CommandBars.LargeButtons 属性

定义

确定显示的工具栏按钮是否大于正常大小。

public:
 property bool LargeButtons { bool get(); void set(bool value); };
public bool LargeButtons { get; set; }
member this.LargeButtons : bool with get, set
Public Property LargeButtons As Boolean

属性值

注解

如果显示的工具栏按钮大于正常大小,则返回的值为 True ;如果它们较小,则为 False

适用于