speedBar [PushButton]
Determines whether a pushbutton behaves like a toolbar button or a standard pushbutton.
Property of
PushButton
Description
Set speedBar to true when you want a pushbutton to behave like a toolbar button. A toolbar button is not included in the tab order of a form, so you can’t get to it by pressing Tab or Shift+Tab; and when clicked, it does not receive focus.
For example, navigation controls on a form usually have their speedBar property set to true. When you navigate from row to row, the control that has focus, typically one dataLinked to a field, never loses focus.
Note
When a PushButton's speedBar property is set to true, and therefore the PushButton cannot get focus, the form's activeControl property does not show the PushButton as being the current activeControl.