Multiple Choice
The correct code for replacing the selected text in txtBox with the contents of the Clipboard is:
A) txtBox.SelectedText = Clipboard.Text
B) txtBox.SelectedText = Clipboard.SetText
C) txtBox.SelectedText = Clipboard
D) txtBox.SelectedText = Clipboard.GetText
Correct Answer:

Verified
Correct Answer:
Verified
Q43: Forms only can be closed with statements
Q44: Which of the following statements will remove
Q45: Which of the following controls is NOT
Q46: The largest possible value for the Value
Q47: Which of the following settings of a
Q49: After a ToolTip control has been placed
Q50: In a Simple combo box, the list
Q51: The first form loaded when a program
Q52: The statement Clipboard.SetText(str) replaces the current contents
Q53: The statement gr.FillRectangle(Brushes.Red, 10, 20, 30, 40)