MouseEventArgs.ShiftKey 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 shift tidak berfungsi saat peristiwa dipicu.
false
sebaiknya.
public:
property bool ShiftKey { bool get(); void set(bool value); };
public bool ShiftKey { get; set; }
member this.ShiftKey : bool with get, set
Public Property ShiftKey As Boolean