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
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
A PivotTable can be created from the Quick Analysis gallery
Indicate whether the statement is true or false
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.
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;