Bagikan melalui


SystemSounds.Hand Properti

Definisi

Mendapatkan suara yang terkait dengan Hand kejadian program dalam skema suara Windows saat ini.

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

Nilai Properti

Kejadian SystemSound program yang Hand terkait dengan skema suara Windows saat ini.

Contoh

Contoh kode berikut menunjukkan penggunaan Hand properti .

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

Berlaku untuk

Lihat juga