Multiple choice

The function form of the message box contains three parameters: message, type and title. Which integer value of type parameter is used to display Abort/Retry/Ignore buttons in the message box?

  1. 0

  2. 4

  3. 2

  4. 1

  5. 5

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This displays Abort/Retry/Ignore buttons.