CommandBarsClass.LargeButtons 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定命令栏上是否显示大按钮。 始终返回 false。
public:
virtual property bool LargeButtons { bool get(); void set(bool value); };
public:
virtual property bool LargeButtons { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809354)]
public virtual 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 Overridable Property LargeButtons As Boolean
属性值
始终返回 false。
实现
- 属性
继承者说明
Visual Studio 不支持此功能,因此应始终返回 false。 如果尝试将此属性设置为任何其他值,则会引发异常。