VB NET set 23

Que: 221. Most of the functionally of  the text box control is simply inherited from the …………….. class, which is also the a base class for the rich text box control.
a. TextBoxControl
b. RichTextBox
c. TextBoxBase
d. TextBox
Que: 222. …………….. control is generally used for editable text although it can also made read only.
a. TextBoxControl
b. RichTextBox
c. TextBoxBase
d. TextBox
Que: 223. We can limit the amount of text entered into TextBox control by setting ……………… property to a specific number of characters.
a. MaxLength
b. TotalLength
c. TextAmount
d. TextLimit
Que: 224. TextBox controls also can be used to accept password if the …………….. property is used to mask characters.
a. PasswordChar
b. PasswordCharacter
c. MaskChar
d. PasswordControl
Que: 225. Each hyperlink is a object of the ………………. class and is stored in a collection called links.
a. HyperLink.Link
b. LinkLabel.Link
c. Link.LinkLabel
d. Link.HyperLink
Que: 226. Which of the following is NOT the public properties of TextBox objects.
a. AutoSize
b. BackColor
c. BulletIndent
d. MaxLength
Que: 227. Which of the following is/are the public methods of TextBox objects.i) Clear    ii) Paste   iii) LoadFile   iv) Paste
a. i, ii and iii only
b. ii, iii and iv only
c. i, ii and iv only
d. All i, ii, iii and iv
Que: 228. Which of the following is NOT the public events of TextBox objects.
a. Autosize changed
b. Readonly Changed
c. Click
d. Link Clicked
Que: 229. Which of the following is/are the ways of add scroll bars to a text box using scroll bars property.i) None  ii) Horizontal  iii) Vertical   iv) Both
a. i, ii and iii only
b. ii, iii and iv only
c. i, ii and iv only
d. All i, ii, iii and iv
Que: 230. In order for the scroll bars to actually appear, the text box’s …………….. property must be True.
a. MultiLine
b. MultiText
c. Scrolling
d. MultiVisible