The characteristics of the form are determined by its____________
Property
Tool box
Tool bar
Project
Which property of a textbox control is used to enter secret code for getting access to the functions?
Password char
Multiline
Text
Locked
Which property of textbox,allows the user to type or display multiline of text?
Maxlength
None of these
_______is the textbox property,takes an integer value that sets the length of text that can be entered in the text box.
____________property of the command button,sets the appearance of the control whether a standard or a graphical button.
Style
Default
Caption
Option button can select ___________option from a group of options.
Minimum two
Maximum two
Only one
Any number
The most frequently used event procedures for a command button is __________
Keypress
Click
keydown
Keyup
Which of the following is not a mouse event?
Mousemove
Value property of a checkbox can be of _________states.
2
3
4
0
The______statement removes a form from the screen.
Load
Activate
Unload
Initialize