Navigation:  Classes > bCheckBox >

bCheckBox:Value

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Current Value of the control bCheckBox.

Class

bCheckBox

Type

Access / Assign

Data Type

Logic | Integer

Description

If in bCheckBox the windows style BS_AUTO3STATE or BS_3STATE is set, the following values are possible:

 

Value

Description

BST_CHECKED

The Control is checked.

BST_INDETERMINATE

The Control is indeterminate.

BST_UNCHECKED

The Control is unchecked.

 

If one of the two windows styles is not set in bCheckbox the following values are possible:

 

Value

Description

TRUE

The Control is checked.

FALSE

The Control is unchecked.

 


Page url: http://www.YOURSERVER.com/index.html?bcheckbox_value.htm