nerdexam
GIAC

GSSP-.NET · Question #408

(Topic 4) 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 private void…

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

Question

  • (Topic 4)

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 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

(32 responses)
  • A
    6% (2)
  • B
    75% (24)
  • C
    13% (4)
  • E
    3% (1)
  • F
    3% (1)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice