_CommandBars.LargeButtons 属性

定义

确定命令栏上是否显示大按钮。 始终返回 false

public:
 property bool LargeButtons { bool get(); void set(bool value); };
public:
 property bool LargeButtons { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809354)]
public bool LargeButtons { [System.Runtime.InteropServices.DispId(1610809354)] get; [System.Runtime.InteropServices.DispId(1610809354)] set; }
[<System.Runtime.InteropServices.DispId(1610809354)>]
[<get: System.Runtime.InteropServices.DispId(1610809354)>]
[<set: System.Runtime.InteropServices.DispId(1610809354)>]
member this.LargeButtons : bool with get, set
Public Property LargeButtons As Boolean

属性值

Boolean

始终返回 false

属性

注解

尝试将此属性设置为任何其他值将导致引发异常。

适用于