Control.ControlAccessibleObject.KeyboardShortcut Propriété

Définition

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é

String

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é.

S’applique à

Voir aussi