PropertyGrid.CanShowCommands Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.