To delete data in a Listbox or combo box use the ________ method .
Clear
Delete
Add item
None of these
_______ event occurs when form is closed .
Initialize
Load
Activate
Unload
Whether a control can respond to events is determined by the __________ property .
Style
Enabled
Font
Tab Index
The timer control can be disabled by setting its ___ property to 0 .
Interval
Value
____ control is used for selecting only one among a group .
Check box
Option button
Label
Frame
To hide the caption ______ property should be set to none .
Caption
Text
Border style
A command button can be accessed using Enter key by setting _________ property .
Default
Cancel
Name
The picture control automatically sizes to the size of the image when ______ property is set to True.
Picture
Auto size
Stretch
Default setting for Border style property of form is
O-None
1-Fixed Single
2-Sizeable
3-Fixed Dialog
________ control can accept text input.
List - Box
Combo Box
Option Button.