Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • mrOK
  • mrCANCEL
  • mrABORT
  • mrRETRY
  • mrIGNORE
  • mrYES
  • mrNO
  • mrCLOSE
  • mrHELP

Example

 

Code Block
languagejs
if (MessageBox("Do you want to cancel the build", "Cancel Build", mbOKCANCEL) === mrOK){
   // build needs to stop
}