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

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;

Remarks

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