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

Specifies that the message box contains Abort, Retry, and Ignore buttons. This field is constant.

[Visual Basic]
Public Const AbortRetryIgnore As Integer
[C#]
public const int AbortRetryIgnore;
[C++]
public: const int AbortRetryIgnore;
[JScript]
public var AbortRetryIgnore : int;

Remarks

Use this value for the style parameter of Show. You can use the bitwise OR to combine this value with values starting with ICON and DEFBUTTON, but not with other button styles.

See Also

MessageBox Class | MessageBox Members | System.WinForms Namespace