Top
PowerCOBOL V11.0 Reference
FUJITSU Software

3.4 CheckBox Control

Description:

CheckBoxes are used for selections. They can either be on (selected) or off (not selected). Use CheckBoxes for independent or nonexclusive choices; use OptionButtons for exclusive choices.

PowerCOBOL lets you specify a third state in which the CheckBox is checked with a grayed check mark.

Sample image:

Properties:

Alignment

Array

BackColor

Caption

ClassMajorVersion

ClassMinorVersion

ClassProgID

Container

Enabled

Font

ForeColor

Height

Highlight

HighlightColor

Index

Left

Name

Parent

Printable

RenderText

ScaleMode

ScalingStyle

TabGroup

TabIndex

TabStop

ThreeStates

ToolTipText

Top

Value

Visible

Width

Methods:

Move

Refresh

SetFocus

ZOrder

Events:

Click

GotFocus

KeyDown

KeyPress

KeyUp

LostFocus

MouseDown

MouseMove

MouseUp

Class ProgID name:

Fujitsu.PcobCheckBox.4

Corresponding Control in PowerCOBOL V3.0 or earlier:

CheckButton Item.