Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Check Box - GotFocus Event

Panel
bgColor#2c3c4c

Fired when the control receives the focus

Member of Check Box (PRIM_CKBX)

Details

The GotFocus event fires when the control becomes the active control, typically through a user action with mouse or keyboard.

The focus control is the one that will respond to keyboard entry.

If using the Tab key to navigate around an application, focus will follow the sequence as defined by the TabPosition property.

Focus can be set to a control programmatically.

Example

Setting focus to another control in a button click.

     Evtroutine Handling(#Open.Click) 

#Detailer.SetFocus
#Detailer.ShowEmployee(#Empno)

Endroutine


See also

All Component Classes

Technical Reference