Variable: MsgStdButton
- Updated2024-09-12
- 1 minute(s) read
Variable: MsgStdButton
Variable: MsgStdButton
Specifies the standard button for a message box. The default value of the MsgStdButton variable is 0.
| Definition | MsgStdButton, Byte variable |
| 0 <= MsgStdButton <= 3 |
Valid settings
| 0 or 1 | First button (default setting) |
| 2 | Second button |
| 3 | Third button |
If a message box has fewer buttons than the MsgStdButton specifies, DIAdem uses the default value.
Related Topics
Command: AutoLoopInit | Command: LoopDeInit | Command: LoopInc | Command: LoopInit | Command: MsgBoxCancel | Command: MsgBoxDisp | Command: MsgBoxSetPos | Command: MsgBoxStateResetAll | Command: MsgButtonTextSet | Command: MsgLineDisp | Command: ProcessMessages | Variable: MsgButtonType | Variable: MsgNotModal | Variable: MsgState | Variable: MsgText | Variable: MsgTimeOut | Variable: MsgType