Compartilhar via


SystemSounds.Hand Propriedade

Definição

Obtém o som associado ao evento de programa Hand no esquema de som atual do 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

Valor da propriedade

Um SystemSound associado ao evento de programa Hand no esquema de som atual do Windows.

Exemplos

O exemplo de código a seguir demonstra o uso da Hand propriedade .

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

Aplica-se a

Confira também