SystemSounds.Hand Свойство

Определение

Возвращает звук, связанный с событием программы в текущей Hand звуковой схеме Windows.

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

Значение свойства

Связанное SystemSound с событием Hand программы в текущей звуковой схеме Windows.

Примеры

В следующем примере кода показано использование Hand свойства.

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

Применяется к

См. также раздел