CommandBar.Enabled 属性

确定命令栏是否启用。

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

语法

声明
Property Enabled As Boolean
bool Enabled { get; set; }

属性值

类型:System.Boolean
true ,如果命令栏启用,否则 false。

备注

对于是菜单栏, enabled 特性的值的命令栏和可见同步。 对于其他命令栏,因此,如果命令栏未启用,它是不可见的。

.NET Framework 安全性

请参见

参考

CommandBar 接口

Microsoft.VisualStudio.CommandBars 命名空间