SystemSounds.Hand Właściwość

Definicja

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

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

Wartość właściwości

SystemSound

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

Przykłady

Poniższy przykład kodu przedstawia 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ż