Specifies that the message box contains an asterisk icon. This field is constant.
[Visual Basic] Public Const IconInformation As Integer [C#] public const int IconInformation; [C++] public: const int IconInformation; [JScript] public var IconInformation : int;
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