control’s Background property is a customizable ________ object.

a) Color
b) BackColor
c) GUIcolor
d) None of the above

d) None of the above

Computer Science & Information Technology

You might also like to view...

Which of the following is a single circular disk with concentric tracks that are turned by spindles under one or more heads?

a. logical drive b. sector c. fixed disk d. floppy disk

Computer Science & Information Technology

Assume StringBuilder strBuf is "ABCDEFG", after invoking _________, strBuf contains "ABCRRRRDEFG".

a. strBuf.insert(1, "RRRR") b. strBuf.insert(2, "RRRR") c. strBuf.insert(3, "RRRR") d. strBuf.insert(4, "RRRR")

Computer Science & Information Technology