Check/Uncheck Event

Description

The user checked or unchecked the radio button, check box, checkable menu item, or tool button identified in the id field of the event template.

In Visual PRO/5, radio buttons only fire check events. Radio buttons never fire uncheck events.

In BBj, radio buttons only fire uncheck events if they are not associated with a radio group. In this case, radio buttons act like check box controls. Note: This usage is not recommended. Radio buttons should only be used as part of a group.

Mandatory/Optional

Optional

Event Mask Bit

$02000000$

Event Template

context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)

Field

Description

context

Window containing the control (radio button, check box, checkable menu item, and tool button) that initiated the event.

code

c

id

ID of the control that initiated the event.

flags

Check status:

$00$ = unchecked

$01$ = checked

x

0

y

0

See Also

BBjCheckChangeEvent

BBjCheckOffEvent

BBjCheckOnEvent