Flags values supported by the XSIUIToolkit.MsgBox command. These are identical the arguments supported by the VBScript MsgBox() and Win32 ::MessageBox() functions.
siMsgBoxFlags.siMsgOkOnly // 0 siMsgBoxFlags.siMsgOkCancel // 1 siMsgBoxFlags.siMsgAbortRetryIgnore // 2 siMsgBoxFlags.siMsgYesNoCancel // 3 siMsgBoxFlags.siMsgYesNo // 4 siMsgBoxFlags.siMsgRetryCancel // 5 siMsgBoxFlags.siMsgCritical // 16 siMsgBoxFlags.siMsgQuestion // 32 siMsgBoxFlags.siMsgExclamation // 48 siMsgBoxFlags.siMsgInformation // 64 siMsgBoxFlags.siMsgDefaultButton1 // 0 siMsgBoxFlags.siMsgDefaultButton2 // 256 siMsgBoxFlags.siMsgDefaultButton3 // 512 |