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

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

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

Remarks

Hand, stop, and error symbols are equivalent.

Use this value for the style parameter of Show. You can use the bitwise OR to combine these values.

See Also

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