The timer control can be disabled by setting its ___ property to 0 .
Enabled
Interval
Value
None of these
______ is the basic building block of VB project.
Menubar
Properties window
Form
Label
________ control is used for selecting more than one choices .
Check Box
Option Button
Radio button
Default setting for Border style property of form is __________ .
O-None
1-Fixed Single
2-Sizeable
3-Fixed Dialog
_______ property prevent the data entry in a Text box .
Multiline
Text
Maxlength
Locked
The arrangement used to cancel the unloading of a form is _________ .
Cancel as Integer
Button as Integer
Shift as Integer .
X as single
_______ method redraws an object
Move
Refresh
Set focus
Show
Every application will have a common interface called a _________ .
Document
Project
Command button
Which of the properties is not a property of Text Box Control ?
Name
Multi line
Caption
A key was released while an object was having the focus .The event that can be executed here is ____.
KeyUp
KeyPress
KeyDown
MouseUp