Important: The information in this document is obsolete and should not be used for new development.
TabOut
Notifies this panel that it has lost the keyboard focus.
void TabOut (in ODBoolean reverse);
reverse
kODTrue
if 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'sTabIn
method.If you subclass
CyberPanelExtension
, do not override this method.SEE ALSO
TheCyberContainerExtension::TabIn
method (page 211).