Windows apps
Collapse the table of content
Expand the table of content
Information
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 ()

 

Updates which button is the default button.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void UpdateDefaultButton() override

The UpdateDefaultButton method determines which button on the form raises its Click event when the user presses ENTER, according to the following priority:

  1. If the ActiveControl property implements the IButtonControl interface, that control is the default button.

  2. The AcceptButton property is the default button.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft