A form contains a text box named txtBox and a button named btnClip. The statement Clipboard.SetText("") is placed inside btnClip’s Click event procedure. At run time, what will be placed into the Clipboard if the user enters the word “Hello” into txtBox and then clicks on btnClip?

(A) the word “txtBox”
(B) the word “Hello”
(C) the Clipboard will be emptied of all contents
(D) the word “btnClip”

(C) the Clipboard will be emptied of all contents

Computer Science & Information Technology

You might also like to view...

To allow all changes to a document, you press the Accept button arrow and click ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

When a null file occurs:

a. No records should be processed. b. The file should be closed and reopened again. c. The program should process at least one record. d. None of the above.

Computer Science & Information Technology