Поделиться через


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

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

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