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