PropertyGrid.CanShowCommands Property

Definition

Gets a value indicating whether the commands pane can be made visible for the currently selected objects.

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

Property Value

true if the commands pane can be made visible; otherwise, false.

Attributes

Remarks

This property is true if CommandsVisibleIfAvailable is true and the object has commands available.

Applies to