Skip to content

Checkbox_Item_State - cComActiveXEntryControl_

Any item may become a checkbox-type item when its checkbox_item_state is set to true

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Parameters

Parameter Type Description
iItem Integer The item number

Syntax

Property Integer Checkbox_Item_State
Access Type Syntax
Read Access: Get Checkbox_Item_State to IntegerVariable
Write Access: Set Checkbox_Item_State to IntegerVariable/Value

Description

Any item may become a checkbox-type item when its checkbox_item_state is set to true. The object's select_mode should be set to one of the modes other than no_select to allow users to select the choice that is desired.

The Select_State message should be used to let the checkbox show as marked/selected or not.

Default is false.