Freigeben über


SystemSounds.Hand Eigenschaft

Definition

Ruft den Sound ab, der im aktuellen Soundschema von Windows dem Hand-Programmereignis zugeordnet ist.

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

Eigenschaftswert

Ein Hand, der im aktuellen Soundschema von Windows dem SystemSound-Programmereignis zugeordnet ist.

Beispiele

Im folgenden Codebeispiel wird die Verwendung des Hand-Attributs veranschaulicht.

// 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()

Gilt für:

Weitere Informationen