You use the __________ constant to include the Exclamation icon in a message box.
You use the __________ constant to include the Exclamation icon in a message box. Correct Answer MessageBoxIcon.Exclamation
The various constants like MessageBoxIcon.Exclamation is used to give icons in the Message Box. It is a constant to include the exclamation icon. MessageBoxIcon.Alert is another example which is used to give alert. MessabeBoxIcon.Close is another example, which gives the red-cross symbol.