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

Specifies that the message box contains a hand icon. This field is constant.

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

Remarks

Hand, stop, and error symbols are equivalent.

Use this value for the style parameter of Show. These can be bitwise OR'd together.

See Also

MessageBox Class | MessageBox Members | System.WinForms Namespace | IconHand