GIAC
GSSP-NET · Question #76
GIAC GSSP-.NET Exam You work as a Software Developer for InfoTech Inc. You create a Windows form in a Windows- based application named MyWinApp1. You use graphics in the form. You write the…
The correct answer is C. Location. See the full explanation below for the reasoning.
Question
GIAC GSSP-.NET Exam You work as a Software Developer for InfoTech Inc. You create a Windows form in a Windows- based application named MyWinApp1. You use graphics in the form. You write the following code in your form:
private void MyMouseEvent1(object sender1, MouseEventArgs event) { // Code to handle mouse events } You want to implement a property of the MouseEventArgs object. This property will return a Point structure that contains the x-coordinate and y-coordinate of the mouse. Which of the following properties of the MouseEventArgs object will you use to accomplish this?
Options
- AY
- BDelta
- CLocation
- DButton
- EClicks
- FX
How the community answered
(25 responses)- C72% (18)
- D16% (4)
- E8% (2)
- F4% (1)
Community Discussion
No community discussion yet for this question.