Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.194 OptionButtonClickMode Property

Descriptions:

Determines the condition that generates the Click event of the OptionButton control.

Used in controls:

None.

Used in objects:

Form

Value (with constants):

0 : Normal (POW-CLICKMODE-NORMAL)
The Click event is not generated until the left mouse button is released.

1: When left button is pressed (POW-CLICKMODE-LBUTTONDOWN)
The Click event is generated when the left mouse button is pressed.

Default value:

0 : Normal (POW-CLICKMODE-NORMAL)

Note : For projects created using V4.0 or V5.0, the default value is 1.

COBOL PICTURE:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attributes:

None.