nerdexam
GIAC

GSSP-NET · Question #475

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…

The correct answer is B. Location. See the full explanation below for the reasoning.

Question

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
  • BLocation
  • CButton
  • DX
  • EDelta
  • FClicks

How the community answered

(24 responses)
  • B
    83% (20)
  • C
    8% (2)
  • D
    4% (1)
  • F
    4% (1)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice