Share via


SystemSounds.Hand Proprietà

Definizione

Ottiene il suono associato all'evento del programma Hand nella combinazione di suoni Windows corrente.

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

Valore della proprietà

Oggetto SystemSound associato all'evento del programma Hand nella combinazione di suoni Windows corrente.

Esempio

Nell'esempio di codice seguente viene illustrato l'uso della Hand proprietà .

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

Si applica a

Vedi anche