Important: The information in this document is obsolete and should not be used for new development.
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'sFlashCancelButtonmethod.If you subclass
CyberPanelExtension, do not override this method.SEE ALSO
TheFlashOKButtonmethod (page 279).
TheCyberContainerExtension::FlashCancelButtonmethod (page 210).