Specifies that the message box is displayed on the active desktop. This field is constant.
[Visual Basic] Public Const DefaultDesktopOnly As Integer [C#] public const int DefaultDesktopOnly; [C++] public: const int DefaultDesktopOnly; [JScript] public var DefaultDesktopOnly : int;
This constant is the same as ServiceNotification except that the system displays the message box only on the default desktop of the interactive window station.
MessageBox Class | MessageBox Members | System.WinForms Namespace