Udostępnij za pośrednictwem


SystemSounds.Hand Właściwość

Definicja

Pobiera dźwięk skojarzony ze zdarzeniem Hand programu w bieżącym schemacie dźwięku systemu Windows.

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

Wartość właściwości

Zdarzenie SystemSound skojarzone ze zdarzeniem Hand programu w bieżącym schemacie dźwięku systemu Windows.

Przykłady

W poniższym przykładzie kodu pokazano użycie Hand właściwości .

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

Dotyczy

Zobacz też