public class MessageBoxFlag extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
_MB_ABORTRETRYIGNORE |
static int |
_MB_CANCELTRYCONTINUE |
static int |
_MB_DEFBUTTON2 |
static int |
_MB_DEFBUTTON3 |
static int |
_MB_DEFBUTTON4 |
static int |
_MB_ICONEXCLAMATION |
static int |
_MB_ICONINFORMATION |
static int |
_MB_ICONQUESTION |
static int |
_MB_ICONSTOP |
static int |
_MB_OK |
static int |
_MB_OKCANCEL |
static int |
_MB_RETRYCANCEL |
static int |
_MB_YESNO |
static int |
_MB_YESNOCANCEL |
static MessageBoxFlag |
MB_ABORTRETRYIGNORE
The message box contains three push buttons: Abort, Retry, and Ignore.
|
static MessageBoxFlag |
MB_CANCELTRYCONTINUE
Windows 2000: The message box contains three push buttons: Cancel, Try Again, Continue.
|
static MessageBoxFlag |
MB_DEFBUTTON2
The second button is the default button.
|
static MessageBoxFlag |
MB_DEFBUTTON3
The third button is the default button.
|
static MessageBoxFlag |
MB_DEFBUTTON4
The fourth button is the default button.
|
static MessageBoxFlag |
MB_ICONEXCLAMATION
An exclamation-point icon appears in the message box.
|
static MessageBoxFlag |
MB_ICONINFORMATION
An icon consisting of a lowercase letter i in a circle appears in the message box.
|
static MessageBoxFlag |
MB_ICONQUESTION
A question-mark icon appears in the message box.
|
static MessageBoxFlag |
MB_ICONSTOP
A stop-sign icon appears in the message box.
|
static MessageBoxFlag |
MB_OK
The message box contains one push button: OK.
|
static MessageBoxFlag |
MB_OKCANCEL
The message box contains two push buttons: OK and Cancel.
|
static MessageBoxFlag |
MB_RETRYCANCEL
The message box contains two push buttons: Retry and Cancel.
|
static MessageBoxFlag |
MB_YESNO
The message box contains two push buttons: Yes and No.
|
static MessageBoxFlag |
MB_YESNOCANCEL
The message box contains three push buttons: Yes, No, and Cancel.
|
int |
val |
public static final MessageBoxFlag MB_OK
public static final int _MB_OK
public static final MessageBoxFlag MB_OKCANCEL
public static final int _MB_OKCANCEL
public static final MessageBoxFlag MB_ABORTRETRYIGNORE
public static final int _MB_ABORTRETRYIGNORE
public static final MessageBoxFlag MB_YESNOCANCEL
public static final int _MB_YESNOCANCEL
public static final MessageBoxFlag MB_YESNO
public static final int _MB_YESNO
public static final MessageBoxFlag MB_RETRYCANCEL
public static final int _MB_RETRYCANCEL
public static final MessageBoxFlag MB_CANCELTRYCONTINUE
public static final int _MB_CANCELTRYCONTINUE
public static final MessageBoxFlag MB_ICONSTOP
public static final int _MB_ICONSTOP
public static final MessageBoxFlag MB_ICONQUESTION
public static final int _MB_ICONQUESTION
public static final MessageBoxFlag MB_ICONEXCLAMATION
public static final int _MB_ICONEXCLAMATION
public static final MessageBoxFlag MB_ICONINFORMATION
public static final int _MB_ICONINFORMATION
public static final MessageBoxFlag MB_DEFBUTTON2
public static final int _MB_DEFBUTTON2
public static final MessageBoxFlag MB_DEFBUTTON3
public static final int _MB_DEFBUTTON3
public static final MessageBoxFlag MB_DEFBUTTON4
public static final int _MB_DEFBUTTON4
public int val
public static MessageBoxFlag getMessageBoxFlag(int val)