A(n) ____ contains controls for viewing and changing the properties of objects such as vector and bitmap graphics.
A. cluster
B. panel
C. group
D. inspector
Answer: B
Computer Science & Information Technology
You might also like to view...
You can use the SubForm Wizard to add a subform to an existing form
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following declares an array to contain the weekly sales of a group of salespeople for a year?
(use the constant intNumSalesmen for the number of salesmen and 52 for the number of weeks) a. Dim decWeeklySalesTotal(intNumSalesmen - 1, 52 - 1) as Decimal b. Dim decWeeklySalesTotal(intNumSalesmen - 1, 52) as Decimal c. Dim decWeeklySalesTotal(intNumSalesmen - 1, 52 - 1) d. Dim decWeeklySalesTotal(intNumSalesmen, 52) as Decimal
Computer Science & Information Technology