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

Specifies that the message box contains an OK button. This field is constant.

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

Remarks

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

See Also

MessageBox Class | MessageBox Members | System.WinForms Namespace