TabOut
Notifies this panel that it has lost the keyboard focus.
void TabOut (in ODBoolean reverse);
reversekODTrueif reverse tab order should be used; otherwise,kODFalse.DISCUSSION
You call this method to notify a panel that the keyboard focus should be transferred to its containing part. Typically, you call this method when the user tabs from a panel to the dialog box container in which it is embedded. This method calls the dialog box container'sTabInmethod.If you subclass
CyberPanelExtension, do not override this method.SEE ALSO
TheCyberContainerExtension::TabInmethod (page 211).