Checkbox LostFocus and GotFocus events do not run

The checkbox LostFocus and GotFocus events does not seem to work. The checkbox Changed does work. A simple program with a single checkbox that changes the background colour to red for Changed, green for LostFocus and Blue for GotFocus only ever changes to red. If the Changed event is deleted, then colour never changes from its initialised colour of none even though the LostFocus and GotFocus events are there.

A post was merged into an existing topic: Checkbox LostFocus GotFocus not working