Description: | Contains a flag indicating whether an item in the ListBox control is checked. The flags are held in an array, so always use an index when referencing the IsChecked property. |
Used in control(s): | ListBox |
Values (with constants): | True - Checked.(POW-TRUE) It is only effective when the IsCheckBtn property is True. The index can be set from 1 to the value of the ListCount property. |
Default value: | False - Not checked.(POW-FALSE) |
COBOL picture: | S9(4) COMP-5 |
OLE data type: | VT_BOOL |
Design time access: | Not accessible. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | None. |