Enum MessageBoxOptions
Specifies options for a message box. Currently these options are ignored and are added for the compatibility.
[Flags]
public enum MessageBoxOptions
Fields
DefaultDesktopOnly = 131072
The message box is displayed on the active desktop.
RightAlign = 524288
The message box text is right-aligned.
RtlReading = 1048576
Specifies that the message box text is displayed with right to left reading order.
ServiceNotification = 2097152
The message box is displayed on the active desktop.
Remarks
This enumeration supports a bitwise combination of its member values.