SystemSounds.Hand Propiedad

Definición

Obtiene el sonido asociado al evento de Hand programa en el esquema de sonido 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

Asociado SystemSound al evento de Hand programa en el esquema de sonido 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