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.
Button::IsDefault Property
.NET Framework (current version)
Gets or sets a value that indicates whether a Button is the default button. A user invokes the default button by pressing the ENTER key.
Assembly: PresentationFramework (in PresentationFramework.dll)
When you set the IsDefault property of a button to true, you register the button with the AccessKeyManager so that a user can invoke the button by pressing the ENTER key.
Identifier field | |
Metadata properties set to true | None |
The following example shows how to specify a button as the default button.
<Button Name="btnDefault" IsDefault="true" Click="OnClickDefault">OK</Button>
.NET Framework
Available since 3.0
Available since 3.0
Show: