The ____ event is generated whenever the user moves the mouse pointer over a particular object.

A. onMouseOut
B. onMouseOver
C. goMouseOut
D. goMouseOver


Answer: B

Computer Science & Information Technology

You might also like to view...

If your report has a ________ section, it precedes the first Page Header section

A) Access Header B) Group Header C) Report Header D) Detail Header

Computer Science & Information Technology

A PivotTable can be created from the Quick Analysis gallery

Indicate whether the statement is true or false

Computer Science & Information Technology

What does the InitialDelay property of the ToolTip determine?

a) The amount of time that the tool tip appears while the mouse is over a control. b) The amount of time that a mouse must hover over a control before a tool tip appears. c) The amount of time between which two different tool tips appear. d) The amount of time in which the tool tip is hidden for.

Computer Science & Information Technology

Given the declaration

char next_char; which of the following assignment statements assigns the letter A to the variable next_char? a. nextChar = A; b. nextChar = "A"; c. nextChar = 'A'; d. nextChar (A); e.'A' = nextChar;

Computer Science & Information Technology