Specifies that the message box contains an asterisk symbol. This field is constant.
[Visual Basic] Public Const IconAsterisk As Integer [C#] public const int IconAsterisk; [C++] public: const int IconAsterisk; [JScript] public var IconAsterisk : int;
Use this value for the style parameter of Show. You can use the bitwise OR to combine these values.
MessageBox Class | MessageBox Members | System.WinForms Namespace