NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageBox.DefaultDesktopOnly

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;

Remarks

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.

See Also

MessageBox Class | MessageBox Members | System.WinForms Namespace