Control.ControlAccessibleObject.KeyboardShortcut 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 la touche de raccourci ou la touche d'accès rapide de l'objet pour un objet accessible.
public:
virtual property System::String ^ KeyboardShortcut { System::String ^ get(); };
public override string KeyboardShortcut { get; }
public override string? KeyboardShortcut { get; }
member this.KeyboardShortcut : string
Public Overrides ReadOnly Property KeyboardShortcut As String
Valeur de propriété
Touche de raccourci ou touche d'accès rapide pour un objet accessible, ou null
si aucune touche de raccourci n'est associée à l'objet.
Remarques
Tous les objets qui ont une touche de raccourci ou une touche d’accès doivent prendre en charge cette propriété.