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