SystemSounds.Question Egenskap

Definition

Hämtar ljudet som är associerat med programhändelsen Question i det aktuella Windows ljudschemat.

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

Egenskapsvärde

En SystemSound associerad med programhändelsen Question i det aktuella Windows ljudschemat.

Exempel

Följande kodexempel visar hur egenskapen används Question .

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

Gäller för

Se även