PropertyGrid.CanShowCommands 屬性

定義

取得值,指出目前選取物件的命令窗格是否可變成可見的。

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

屬性值

如果命令窗格可變成可見的,則為 true,否則為 false

屬性

備註

如果 CommandsVisibleIfAvailabletruetrue ,且 物件具有可用的命令,則此屬性為 。

適用於