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


FlashOKButton

Highlights the OK button of this panel's dialog box and closes the dialog box.

void FlashOKButton ();
DISCUSSION
You call this method to notify the panel's dialog box to highlight its OK button and then close. For example, you might call this method when the user presses the Return key while the cursor is in a panel. This method calls the dialog box's FlashOKButton method.

If you subclass CyberPanelExtension, do not override this method.

SEE ALSO
The FlashCancelButton method (page 279).
The CyberContainerExtension::FlashOKButton method (page 210).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996