Solved

The Correct Code for Replacing the Selected Text in TxtBox

Question 48

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions