DIAdem Help

Content Type
Programming Language
Current manual

Object: CheckBox

Object: CheckBox

The CheckBox object corresponds to the CheckBox control in a user dialog box. You use the CheckBox object to describe a checkbox that is to be displayed in a dialog box. The control status can be unchecked, checked, or indeterminate. Use the Shape property to select various display modes for the control.

The following example displays a black tick for the CheckBox1 checkbox:

CheckBox1.Value = 1 '0=Unchecked, 1=Checked, 2=Indeterminate

Properties Only Available on the Properties Tab

Flex | Indentation | InterpretedTextEnabled | Layer | OwnerDrawn | PictureAlign | Shape | TriState | Variable | VariableColIndex | VariableRowIndex

Was this information helpful?