You can open the Interactive Buttons dialog box to edit an existing interactive button by right-clicking the button and clicking the ____ command on the shortcut menu.

A. Edit Button
B. Format Properties
C. Button Properties
D. Redo Button


Answer: C

Computer Science & Information Technology

You might also like to view...

Suppose an ArrayList list contains {"red", "red", "green"}. What is the list after the following code?

``` String element = "red"; for (int i = 0; i < list.size(); i++) if (list.get(i).equals(element)) list.remove(element); ``` a. {"red", "red", "green"} b. {"red", "green"} c. {"green"} d. {}

Computer Science & Information Technology

What should be listed in a product backlog registry?

What will be an ideal response?

Computer Science & Information Technology

You can customize the desktop to show or hide the familiar ____________________ of Computer, Network, Recycle Bin, or Control Panel.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A network administrator is tasked to set up zoning for a SAN infrastructure that requires redundancy. Which of the following types of hardware should the administrator implement?

A. Multiple VLANs B. Multiple host nodes C. Multiple HBAs D. Multiple routers

Computer Science & Information Technology