In order to delete a control from a form, you should select the control and then __________.

a. click the Remove Item icon on the menu bar
b. click the Cut icon in the Properties window
c. press the Delete key on the keyboard
d. click Delete from the View menu


c. press the Delete key on the keyboard

Computer Science & Information Technology

You might also like to view...

generator is an object of the Random class. Write a single statement that generates a random number in the range 73 to 100 and assigns it to int variable randNum.

What will be an ideal response?

Computer Science & Information Technology

What is the output of the following code segment?

``` for (k = 5; k > 0; k--) { for (i = 0; i < 5-k; i++) cout << '.'; for (j=0; j < 2*k-1; j++) cout << 'B'; cout << endl; } ```

Computer Science & Information Technology

Prove that all rules for inferring FDs and MVDs are sound. In other words, for every relation, r, which satis?es the dependencies in the premise of any rule, R, the conclusion of R is also satis?ed by r (e.g., for the augmentation rule, prove that if X ?? Y holds in r then X Z ?? Y also holds in r).

What will be an ideal response?

Computer Science & Information Technology

Document properties of a file can be printed

Indicate whether the statement is true or false

Computer Science & Information Technology