質問

The Form class of windows forms has the AcceptButton property, which allows certain button to be clicked when a user press Enter. Does the Window class of WPF has similar feature?

役に立ちましたか?

解決

It's the IsDefault property on the Button:

<Button IsDefault="true">OK</Button>
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top