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