Important: The information in this document is obsolete and should not be used for new development.
EnableOKButton
Enables or disables the OK button of this panel's dialog box.
void EnableOKButton (in ODBoolean enabled);
enabled
kODTrue
if the OK button should be enabled;kODFalse
if the OK button should be disabled.DISCUSSION
You call this method to notify this panel's dialog box to enable or disable its OK button. The superclass's implementation of this method calls the dialog box'sEnableOKButton
method.If you subclass
CyberPanelExtension
, do not override this method.SEE ALSO
TheFlashOKButton
method (page 279).
TheCyberContainerExtension::EnableOKButton
method (page 209).