SystemSounds.Hand Eigenschap

Definitie

Hiermee haalt u het geluid op dat is gekoppeld aan de Hand programma-gebeurtenis in het huidige Windows geluidsschema.

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

Waarde van eigenschap

Een SystemSound die is gekoppeld aan de Hand programma-gebeurtenis in het huidige Windows geluidsschema.

Voorbeelden

In het volgende codevoorbeeld ziet u hoe de Hand eigenschap wordt gebruikt.

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

Van toepassing op

Zie ook