KeyboardEventArgs.Code 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.
Contient une chaîne qui identifie la touche physique en cours d’appui. La valeur n’étant pas affectée par la disposition du clavier ou l’état du modificateur actuel, une touche particulière retourne toujours la même valeur.
public:
property System::String ^ Code { System::String ^ get(); void set(System::String ^ value); };
public string Code { get; set; }
member this.Code : string with get, set
Public Property Code As String