MouseEventArgs.AltKey Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
true
jika tombol alt tidak berfungsi saat peristiwa dipicu.
false
sebaiknya.
public:
property bool AltKey { bool get(); void set(bool value); };
public bool AltKey { get; set; }
member this.AltKey : bool with get, set
Public Property AltKey As Boolean