XLL+ Class Library (6.3)

XlMessageBoxTypes Enumeration

The set of message box types that can be used to show Excel modal message boxes.

enum XlMessageBoxTypes

Overview

The XlMessageBoxTypes enumeration lists the values that can be passed to CXllApp::XlMessageBox.

Members

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.

Requirements

Header: xllplus.h

See Also

xllplus.h | CXllApp::XlMessageBox