siMsgButtonPressed
 
 
 

siMsgButtonPressed

Description

Return values from XSIUIToolkit.MsgBox that indicates which button was pressed by the user.

C# Syntax

siMsgButtonPressed.siMsgOk                                                  // 1
siMsgButtonPressed.siMsgCancel                                              // 2
siMsgButtonPressed.siMsgAbort                                               // 3
siMsgButtonPressed.siMsgRetry                                               // 4
siMsgButtonPressed.siMsgIgnore                                              // 5
siMsgButtonPressed.siMsgYes                                                 // 6
siMsgButtonPressed.siMsgNo                                                  // 7
Constant Value Description
siMsgOk 1 OK
siMsgCancel 2 Cancel
siMsgAbort 3 Abort
siMsgRetry 4 Retry
siMsgIgnore 5 Ignore
siMsgYes 6 Yes
siMsgNo 7 No

Applies To

XSIUIToolkit.MsgBox UIToolkit::MsgBox