PropertyGrid.CanShowCommands Propriété

Définition

Obtient une valeur indiquant si le volet de commandes peut être affiché pour les objets actuellement sélectionnés.

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

Valeur de propriété

Boolean

true si le volet de commandes peut être affiché ; sinon, false.

Attributs

Remarques

Cette propriété est true si CommandsVisibleIfAvailable true et l’objet a des commandes disponibles.

S’applique à