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.IconWarning

Specifies that the message box contains an exclamation icon. This field is constant.

[Visual Basic]
Public Const IconWarning As Integer
[C#]
public const int IconWarning;
[C++]
public: const int IconWarning;
[JScript]
public var IconWarning : int;

Remarks

Use this value for the style parameter of Show. Using the bitwise OR, these values can be combined.

See Also

MessageBox Class | MessageBox Members | System.WinForms Namespace