Partager via


SystemSounds.Hand Propriété

Définition

Obtient le son associé à l'événement Hand dans le schéma de son Windows actuel.

public:
 static property System::Media::SystemSound ^ Hand { System::Media::SystemSound ^ get(); };
public static System.Media.SystemSound Hand { get; }
static member Hand : System.Media.SystemSound
Public Shared ReadOnly Property Hand As SystemSound

Valeur de propriété

SystemSound associé à l'événement Hand dans le schéma de son Windows actuel.

Exemples

L’exemple de code suivant illustre l’utilisation de la Hand propriété .

// Plays the sound associated with the Hand system event.
SystemSounds::Hand->Play();
// Plays the sound associated with the Hand system event.
SystemSounds.Hand.Play();
' Plays the sound associated with the Hand system event.
SystemSounds.Hand.Play()

S’applique à

Voir aussi