SystemSounds.Question Właściwość

Definicja

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

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

Wartość właściwości

SystemSound

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

Przykłady

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

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

Dotyczy

Zobacz też