Description
Flags values supported by the XSIUIToolkit.MsgBox command. These are identical the arguments supported by the VBScript MsgBox() and Win32 ::MessageBox() functions.
C# Syntax
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
|
Constant |
Value |
Description |
|
0 |
Display OK button only. |
|
|
1 |
Display OK and Cancel buttons. |
|
|
2 |
Display Abort, Retry, and Ignore buttons. |
|
|
3 |
Display Yes, No, and Cancel buttons. |
|
|
4 |
Display Yes and No buttons. |
|
|
5 |
Display Retry and Cancel buttons. |
|
|
16 |
Display Critical Message icon. |
|
|
32 |
Display Query icon. |
|
|
48 |
Display Warning Message icon. |
|
|
64 |
Display Information Message icon. |
|
|
0 |
First button is default. |
|
|
256 |
Second button is default. |
|
|
512 |
Third button is default. |
Applies To
Autodesk Softimage v7.5