Dialog Constants
Dialog Constants
Value | Description |
---|---|
0 | Show [OK] button |
1 | |
2 | |
3 | |
4 | |
5 |
Following values will be returned in giValue, when using Job_ShowMessage |
Constant | Value | Description |
---|---|---|
VbOK | 1 | OK button was clicked. |
VbCancel | 2 | Cancel button was clicked. |
VbAbort | 3 | Abort button was clicked. |
VbRetry | 4 | Retry button was clicked. |
VbIgnore | 5 | Ignore button was clicked. |
VbYes | 6 | Yes button was clicked. |
VbNo | 7 | No button was clicked. |
Constants for Icon-style
Value | Description |
---|---|
16 | Show "Stop Mark" icon |
32 | Show "Question Mark" icon |
48 | Show "Exclamation Mark" icon |
64 | Show "Information Mark" icon |