___________ property of a text box determines of the characters typed in a text box are displayed .
Text
Password char
Multiline
Max length
______ is the basic building block of VB project.
Menubar
Properties window
Form
Label
To shift the input focus to a control ,____ method is invoked .
Hide
Show
Set focus
Display
The behaviour of a form is defined by ______ property.
Caption
Picture
BorderStyle
Windowstate
Property that is used to decide the default command button on a form is ____ .
Style
Default
________ control can accept text input.
List - Box
Combo Box
Option Button.
The _________ event of the form occurs first .
Load
Initialize
Got focus
Activate
A label can grow according to the size of the caption by setting _____ property .
Alignment
Wordwrap
Autosize
By setting cancel property a button can be accessed using _____ key .
Entry
Escape
Shift
Alt
_______ event occurs when form is closed .
Unload