The set of message box types that can be used to show Excel modal message boxes.
enum XlMessageBoxTypes |
The XlMessageBoxTypes enumeration lists the values that can be passed to CXllApp::XlMessageBox.
XlMessageBoxTypeQuestion | 1 | Displays a dialog box containing the OK and Cancel buttons, and a Question icon. CXllApp::XlMessageBox() returns TRUE if the user chooses the OK button and FALSE if they choose the Cancel button. |
XlMessageBoxTypeInformation | 2 | Displays a dialog box containing an OK button and an Information icon. |
XlMessageBoxTypeExclamation | 3 | Displays a dialog box containing an OK button and an Exclamation icon. |
Header: xllplus.h