SystemSounds.Beep Właściwość

Definicja

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

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

Wartość właściwości

SystemSound

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

Przykłady

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

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

Dotyczy

Zobacz też