Lesson 3: CheckBox Control Flashcards

1
Q

It is used to represent lists of options to the user from which the user can select none or any number of options.

A

CheckBox Control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

It returns information about the object or causes a quality about the object to change.

A

Property

  • 3 Important Elements of VB Controls
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It causes something to happen to an object.

A

Method

  • 3 Important Elements of VB Controls
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

They are what happen when an object does something.

A

Events

  • 3 Important Elements of VB Controls
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

It is used to specify whether CheckBox can automatically change its state or not when it’s clicked.

A

AutoCheck

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

It is used to get or set alignment of the within CheckBox Control.

A

CheckAlign

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

It is used to get or set Boolean value, which indicates whether CheckBox Control is currently selected or not.

A

Checked

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

It is used to get or set the background control of the CheckBox.

A

BackColorI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

It is used to get or set the color of the text associated with CheckBox.

A

ForeColor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

It is used to get or set the font style, font size, and font face of the text associated with CheckBox.

A

Font

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

It is used to specify whether user can use TAB key to set focus on CheckBox Control or not.

A

TabStop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

It is used to get or set the text associated with CheckBox Control.

A

Text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

It is used to get or set the alignment of the text that is associated with CheckBox Control.

A

TextAlign

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

It is used to show CheckBox Control at run time.

A

Show

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

It is used to hide CheckBox Control at run time.

A

Hide

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

It is used to set cursor or focus on CheckBox Control.

A

Focus