Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

AlertButtons Enumeration

Specifies which buttons to place on a message box displayed by a call to alert method.

SymbolValueDescription
Ok0Display a single button OK.
OkCancel0x001Display OK and Cancel buttons.
AbortRetryIgnore0x002Display Abort, Retry and Ignore buttons.
YesNoCancel0x003Display Yes, No and Cancel buttons.
YesNo0x004Display Yes and Nobuttons.
RetryCancel0x005Display Retry and Cancel buttons.
CancelTryContinue0x006Display Cancel, Try Again and Continue buttons.
DefButton10Make the first button default.
DefButton20x100Make the second button default.
DefButton30x200Make the third button default.
DefButton40x300Make the fourth button default.