What are the properties of the MouseEventArgs class?

What will be an ideal response?


See the table below:
MouseEventArgs PropertyDescription
ButtonSpecifies which mouse button triggered the event; the value can be Left, Right, Middle, or none
ClicksSpecifies the number of times the mouse was clicked
XThe x-coordinate where the event occurred on the control that generated the event
YThe y-coordinate where the event occurred on the control that generated the event

Computer Science & Information Technology

You might also like to view...

A work must be unique to be able to copyright it.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

How does code maintenance become easier by having all developers use the same tool set?

A. common look and feel between objects B. quality of code enhanced C. code is easier to deploy D. code become more secure

Computer Science & Information Technology

How do TKIP and MIC perform encryption in the WPA personal security model?

What will be an ideal response?

Computer Science & Information Technology

Phishing schemes may use a technique called ____, which is setting up spoofed Web sites with URLs slightly different from legitimate sites.

A. typosquatting B. spamming C. decrypting D. encoding

Computer Science & Information Technology