CommandBarsClass.LargeButtons 属性

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

命名空间:  Microsoft.VisualStudio.CommandBars
程序集:  Microsoft.VisualStudio.CommandBars(在 Microsoft.VisualStudio.CommandBars.dll 中)

语法

声明
Public Overridable Property LargeButtons As Boolean
public virtual bool LargeButtons { get; set; }

属性值

类型:System.Boolean
始终返回 false。

实现

_CommandBars.LargeButtons

备注

对继承者的说明

Visual Studio 不支持此功能,因此,应始终返回 false。尝试设置与其他值的此属性应会导致引发异常。

.NET Framework 安全性

请参见

参考

CommandBarsClass 类

Microsoft.VisualStudio.CommandBars 命名空间