Font size
WorksheetsChapter3 (Controls)
Total questions: 57
Worksheet time: 30mins
A control tool is program screen (program window interface) and has many properties.
Button
Form
Textbox
Listbox
A control tool which can be placed on the Form. When you click it, it does a certain
task
Button
Form
Textbox
Listbox
A control tool which showing a Text on the Form Window which can't be changed during
program Runtime.
Button
Form
Textbox
Label
A control tool which used to insert (input) data from the user during program run time.
Button
Form
Textbox
Label
A control tool which drop-down list of items from which one item can be selected.
in a smallest possible place
Listbox
Radiobutton
Combobox
Groupbox
A control tool which shows a list of items that user can select from.
Listbox
Form
Textbox
Label
A control tool which allow user to select only one alternative (option) (Choice) as Gender
Checkbox
Radiobutton
Combobox
Groupbox
A control tool which allow user to select one or more alternatives (options) (Choices).
Checkbox
Radiobutton
Combobox
Groupbox
A control tool which Group similar controls with the same usage
Checkbox
Radiobutton
Combobox
Groupbox
The property which set the name of Form (controls) used in Code Window.
Text
Name
Backcolor
Right to left
The property which set the appeared Text on the title bar of the Window
Text
Name
Backcolor
Right to left
The property which change the background color of the Form
Text
Name
Backcolor
Right to left
The property which change the direction of Controls on the form Window From Right to Left.
Text
Name
Backcolor
Right to left
The property which controls the appearance or disappearance of Minimize Box of Form
Window.
Minimize Box
Maximize box
Control box
Form border style
The property which controls the appearance or disappearance of Maximize Box of Form
Window.
Minimize Box
Maximize box
Control box
Form border style
The property which controls the appearance or disappearance of control Box of Form
Window.
Minimize Box
Maximize box
Control box
Form border style
The property which controls the The Border style of Form Window
Minimize Box
Maximize box
Control box
Form border style
The property which change the location of placing Button on the Form
Size
Location
Text
Name
The property which Defining the height and width of Button on the Form.
Size
Location
Text
Name
The property which set the Size of the Label automatically according to the
written Text if the Value of property equals true.
Size
Location
Auto size
Border style
The property which Choosing the Border Style of the Label
Size
Location
Auto size
Border style
The property which It defines the maximum number of letters which can be
inserted in the TextBox
Max length
Items
Sorted
Selection mode
The property which add a group of items shown in the ListBox
Max length
Items
Sorted
Selection mode
The property which defines whether the elements in the list are arranged or not.
Max length
Items
Sorted
Selection mode
The property which defines whether it is possible to choose one item or more
shown in the ListBox.
Max length
Items
Sorted
Selection mode
The property which It shows whether Radio Button / Checkbox has been chosen or not
Max length
Items
Checked
Selection mode
There are common properties among different Controls such as
Text
Name
Back color
Right to left
There are properties of the form, if they are set, they are applied to Controls which are
placed on this Form such as
Back color
Right to left
Name
The default value of the property (Text) and the property (Name)of the form is the same and it is
(...................................)
True
False
Form1
Yes
When you set some properties, the effect of setting appears directly on the Form in design
mode of the program.
as text and back color
True
False
There are some properties which their effect doesn't appear on the Form or Controls until
you run the program
as Max length and selection mode
True
False
Eight squares appear on the borders of the Button
True
False
You can change the ....................................of the Button by using the process of drag and drop
using the pointer of the mouse through the eight squares.
Size
Location
You can change the ........................................of Button by using the process of drag and drop
after moving the mouse pointer until it turns into a shape with four heads.
Size
Location
You can change the ....................................of the Button by using the process of drag and drop
using the pointer of the mouse through the eight squares.
Size
Location
If the value of size is 300;200 that mean
Width is 200
Height is 300
Width is 300
Height is 200
You can change the ....................................of the Button by using the process of drag and drop
using the pointer of the mouse through the eight squares.
Size
Location
The default location controls over the form in the co-ordinate ................................
0,0 at the middle of the form
0,0 at the top left of the form
To change the size of Label automatically
Autosize = True
Autosize = False
To change the size of Label manually (By mouse)
Autosize = True
Autosize = False
Textbox is marked by the property
Autosize
Maxlength
Sorted
Items
Label is marked by the property
Autosize
Checked
Sorted
Items
Listbox and Combobox are shared the property
Autosize
Checked
Selection mode
Items
Radiobutton and Checkbox are shared the property
Autosize
Checked
Selection mode
Items
The default value of the property Right to left is ..........................
Yes
No
The default values of the properties (maximizebox, Minimizebox and controlbox) is ......................
True
False
The default value of the property Form border style is .............................
Sizable
None
Fixed Single
Fixed 3D
The default value of the property Autosize is .............................
True
False
To remove all borders of the form window set the property form border style to be ...................
Sizable
None
The default value of the property sorted is ..............................
True
False
The default value of the property selection mode is ..............................
One
None
Multi simple
Multiextended
To allow user to select more than one item in listbox we set the value selection mode to be ......
One
None
Multi simple
Multiextended
The default value of the property checked is ......................
True
False
To arrange items inside the listbox
Sorted = True
Sorted = False
The properties which take effect only while the program running ..........................
Text
Maxlength
Selection mode
sorted
Programmer can only change the controls properties in............................mode
Design
Running
Programmer can not change the controls properties in............................mode
Design
Running
