Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberPanelExtension


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's TabIn method.

If you subclass CyberPanelExtension, do not override this method.

SEE ALSO
The CyberContainerExtension::TabIn method (page 211).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996