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

Specifies that the third button on the message box should be the default button. This field is constant.

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

See Also

MessageBox Class | MessageBox Members | System.WinForms Namespace