MSM-Workstation
Events

gotFocus

The low level event gotFocus may occur for windows and for components of the types Text Box, Drop Down List, Button, Check Box, Radio Button, Document, Date, Spin Button, Combo Box, List Box, Long List Box, Drop Combo Box, Generic Box and Tabbed Group.

The event gotFocus event occurs when an object receives focus as a result of a user action.

The low level event gotFocus is followed by the high level event Enter.

In MWAPI, this event is called "FOCUS".

Note: The event Enter is triggered after a gotFocus event. In general, it is easier to attach event-handling code to this low-level event, than to the high level event Enter.

Go to the alphabetic list of events.