OKCancelBox
Object List Hierarchy Next Object
Definition:
A specialized message box whose default style displays a message and two
buttons: OK and Cancel.
Specialized Features:
There are no properties, methods, or events added by OKCancelBox.
Copied Features:
Properties
Methods Events
Details:
While OKCancelBox is capable of being configured to display any kind of
message box, its default style is the OK/Cancel style. The default button is Ok and
the box displays as an application modal. The return value from Message, Msg,
and Execute will be IDOK or IDCANCEL depending upon which button the user selects.