The OutStyle enumeration values specifies the
look and feel for your message box. Use the
Out
method to invoke a message box with a specified style. The first group of
values (0–5) describes the number and type of buttons displayed in the
message box; the second group (16, 32, 48, 64) describes the icon style; the
third group (256, 512) determines which button is the default; the fourth
group (4096) determines the modality of the message box, and the fifth group
specifies whether or not the message box window is the foreground window,
along with the alignment and direction of the text.