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:

images/Phx00111.gif Properties images/Phx00112.gif 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.