Specifies that the message box contains a hand icon. This field is constant.
[Visual Basic] Public Const IconError As Integer [C#] public const int IconError; [C++] public: const int IconError; [JScript] public var IconError : int;
Hand, stop, and error symbols are equivalent.
Use this value for the style parameter of Show. Using the bitwise OR, these values can be combined.
MessageBox Class | MessageBox Members | System.WinForms Namespace