| ConfirmMessage(String) | Shows a confirmation message dialog with Yes and No buttons. |
| ConfirmMessage(Boolean, String) |
Shows a confirmation message dialog with Yes, No, and an optional Cancel button.
This method is obsolete. To show a confirmation dialog with Yes, No and Cancel buttons, use the CancellableConfirmMessage(String, MessageBoxDefaultButton) method instead. |
| ConfirmMessage(String, Boolean) |
Shows a confirmation message dialog with Yes and No buttons.
See the Remarks section of the ConfirmMessage(String) overload for more details. |
| ConfirmMessage(String, Object) |
Shows a confirmation message dialog with Yes and No buttons.
|
| ConfirmMessage(Boolean, String, Object) |
Shows a confirmation message dialog with Yes, No, and an optional Cancel button.
This method is obsolete. To show a confirmation dialog with Yes, No and Cancel buttons, use the CancellableConfirmMessage(String, MessageBoxDefaultButton) method instead. |
| ConfirmMessage(IWin32Window, String, String, Boolean) |
Shows a confirmation message dialog with Yes and No buttons.
See the Remarks section of the ConfirmMessage(String) overload for more details. |