The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Form::UpdateDefaultButton Method ()
.NET Framework (current version)
Updates which button is the default button.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The UpdateDefaultButton method determines which button on the form raises its Click event when the user presses ENTER, according to the following priority:
If the ActiveControl property implements the IButtonControl interface, that control is the default button.
The AcceptButton property is the default button.
.NET Framework
Available since 1.1
Available since 1.1
Show: