MessageBox

A MessageBox pops up to warn or notify the user of some condition. In many cases, this will be an error message, but can also be confirmation or informational message. The message box displays the same as a dialog box, as a white box with a black border and gray shadow. The title is also displayed the same way that it is with a dialog box, in a separate region above the client portion of the window. The title is also drawn in reverse video when the message box receives the focus. Inside the client portion of the message box are multiple text messages.

Window Structure Details

Messages