Share via


SystemSounds.Hand Propiedad

Definición

Obtiene el sonido asociado al evento de programa Hand en la combinación de sonidos actual de 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 de propiedad

Objeto SystemSound asociado al evento de programa Hand en la combinación de sonidos actual de Windows.

Ejemplos

En el ejemplo de código siguiente se muestra el uso de la Hand propiedad .

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

Se aplica a

Consulte también