siMsgBoxFlags

説明

XSIUIToolkit.MsgBoxコマンドで使用できる値にフラグを付けます。VBScript の MsgBox()関数および Win32 の::MessageBox()関数で使用できる引数と同じです。

C#構文

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

コンスタント 詳細
siMsgOkOnly 0 OK ボタンのみを表示します。
siMsgOkCancel 1 OK ボタンと Cancel ボタンを表示します。
siMsgAbortRetryIgnore 2 Abort、Retry、Ignoreボタンを表示します。
siMsgYesNoCancel 3 Yes、No、Cancel ボタンを表示します。
siMsgYesNo 4 Yes、No ボタンを表示します。
siMsgRetryCancel 5 Retry、Cancel ボタンを表示します。
siMsgCritical 16 Critical Message アイコンを表示します。
siMsgQuestion 32 Query アイコンを表示します。
siMsgExclamation 48 Warning Message アイコンを表示します。
siMsgInformation 64 Information Message アイコンを表示します。
siMsgDefaultButton1 0 1 番目のボタンがデフォルトになります。
siMsgDefaultButton2 256 2 番目のボタンがデフォルトになります。
siMsgDefaultButton3 512 3 番目のボタンがデフォルトになります。

適用対象

XSIUIToolkit.MsgBox UIToolkit::MsgBox