Control.ControlAccessibleObject.KeyboardShortcut Propriété

Définition

Obtient la touche de raccourci d’objet ou la touche d’accès d’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 d’objet ou touche d’accès pour un objet accessible, ou null s’il n’existe aucune touche de raccourci 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é.

S’applique à

Voir aussi