Click or drag to resize
Xcalibur Systems LLC Logo

MessageBoxType Enumeration

The contents and behavior of the dialog box.

MessageBox function


Namespace: Xcalibur.NativeMethods.V2.TerminalServices
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum MessageBoxType
Members
Member nameValueDescription
Ok0 The message box contains one push button: OK. This is the default.
OkCancel1 The message box contains two push buttons: OK and Cancel.
AbortRetryIgnore2 The message box contains three push buttons: Abort, Retry, and Ignore.
YesNoCancel3 The message box contains three push buttons: Yes, No, and Cancel.
YesNo4 The message box contains two push buttons: Yes and No.
RetryCancel5 The message box contains two push buttons: Retry and Cancel.
CancelTryContinue6 The message box contains three push buttons: Cancel, Try Again, Continue. Use this message box type instead of .
Help16,384 Adds a Help button to the message box. When the user clicks the Help button or presses F1, the system sends a WM_HELP message to the owner.
See Also