Aracılığıyla paylaş


SystemSounds.Question Özellik

Tanım

Geçerli Windows ses düzenindeki Question program olayıyla ilişkili sesi alır.

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

Özellik Değeri

SystemSound Geçerli Windows ses düzenindeki program olayıyla Question ilişkili.

Örnekler

Aşağıdaki kod örneği özelliğinin Question kullanımını gösterir.

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

Şunlara uygulanır

Ayrıca bkz.