ユーザにより押されたボタンが示すXSIUIToolkit.MsgBoxからの戻り値です。
siMsgButtonPressed.siMsgOk // 1 siMsgButtonPressed.siMsgCancel // 2 siMsgButtonPressed.siMsgAbort // 3 siMsgButtonPressed.siMsgRetry // 4 siMsgButtonPressed.siMsgIgnore // 5 siMsgButtonPressed.siMsgYes // 6 siMsgButtonPressed.siMsgNo // 7 |
コンスタント | 値 | 詳細 |
---|---|---|
siMsgOk | 1 | OK |
siMsgCancel | 2 | キャンセル |
siMsgAbort | 3 | Abort |
siMsgRetry | 4 | 再試行 |
siMsgIgnore | 5 | 無視 |
siMsgYes | 6 | 可 |
siMsgNo | 7 | 不可 |