Lesson 3: CheckBox Control Flashcards
It is used to represent lists of options to the user from which the user can select none or any number of options.
CheckBox Control
It returns information about the object or causes a quality about the object to change.
Property
- 3 Important Elements of VB Controls
It causes something to happen to an object.
Method
- 3 Important Elements of VB Controls
They are what happen when an object does something.
Events
- 3 Important Elements of VB Controls
It is used to specify whether CheckBox can automatically change its state or not when it’s clicked.
AutoCheck
It is used to get or set alignment of the within CheckBox Control.
CheckAlign
It is used to get or set Boolean value, which indicates whether CheckBox Control is currently selected or not.
Checked
It is used to get or set the background control of the CheckBox.
BackColorI
It is used to get or set the color of the text associated with CheckBox.
ForeColor
It is used to get or set the font style, font size, and font face of the text associated with CheckBox.
Font
It is used to specify whether user can use TAB key to set focus on CheckBox Control or not.
TabStop
It is used to get or set the text associated with CheckBox Control.
Text
It is used to get or set the alignment of the text that is associated with CheckBox Control.
TextAlign
It is used to show CheckBox Control at run time.
Show
It is used to hide CheckBox Control at run time.
Hide