OverviewExamples
Displays the built-in status dialog.
(number) The icon to display on the dialog:
|
CONSTANT |
VALUE |
DESCRIPTION |
|
MB_ICONNONE |
0 |
None. (Default) |
|
MB_ICONSTOP |
16 |
Stop. |
|
MB_ICONQUESTION |
32 |
Question. |
|
MB_ICONEXCLAMATION |
48 |
Exclamation. |
|
MB_ICONINFORMATION |
64 |
Information. |
(boolean) Whether the cancel button has been pressed:
|
VALUE |
DESCRIPTION |
|
true |
The cancel button has been pressed. |
|
false |
The cancel button has not been pressed. (Default) |
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions