SystemSounds.Exclamation Właściwość

Definicja

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

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

Wartość właściwości

SystemSound

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

Przykłady

Poniższy przykład kodu przedstawia użycie Exclamation właściwości.

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

Dotyczy

Zobacz też