PropertyGrid.CommandsVisible 属性

定义

获取一个值,用以指示命令窗格是否可见。

public:
 virtual property bool CommandsVisible { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool CommandsVisible { get; }
[<System.ComponentModel.Browsable(false)>]
member this.CommandsVisible : bool
Public Overridable ReadOnly Property CommandsVisible As Boolean

属性值

Boolean

如果命令窗格可见,则为 true;否则为 false。 默认值为 false

属性

注解

此属性是 true ,如果所选对象具有可用命令,并且 CommandsVisibleIfAvailable 属性为 true.

适用于