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!

ButtonBase.isDefault

Specifies whether a button control is the default button.

[Visual Basic]
Protected isDefault As Boolean
[C#]
protected bool isDefault;
[C++]
protected: bool isDefault;
[JScript]
protected var isDefault : Boolean;

Remarks

If true the button control appears as the default button on the parent form; if false the button control appears normally.

See Also

ButtonBase Class | ButtonBase Members | System.WinForms Namespace