Aracılığıyla paylaş


SystemSounds.Hand Özellik

Tanım

Geçerli Windows ses düzenindeki Hand program olayıyla ilişkili sesi alır.

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

Özellik Değeri

SystemSound Geçerli Windows ses düzenindeki program olayıyla Hand ilişkili.

Örnekler

Aşağıdaki kod örneği özelliğinin Hand kullanımını gösterir.

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

Şunlara uygulanır

Ayrıca bkz.