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


FlashCancelButton

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

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

If you subclass CyberPanelExtension, do not override this method.

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


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996