Which statement can be used to clear the contents of a text box?
(A) txtBox.Empty = True
(B) txtBox = " "
(C) txtBox.Text = " "
(D) txtBox.Wipe()
(C) txtBox.Text = " "
Computer Science & Information Technology
You might also like to view...
________ connect to WiFi networks at home and in hot spots in airports and cafes
Fill in the blank(s) with correct word
Computer Science & Information Technology
If you want to take out all items from a List object, call the ____________ method.
a. Clear b. Reset c. Clear All d. Re Dim
Computer Science & Information Technology