kpreisser / winforms

Windows Forms is a .NET Core UI framework for building Windows desktop applications.
MIT License
0 stars 0 forks source link

Shift the deafult button assignment to the dialog #10

Closed RussKie closed 4 years ago

RussKie commented 4 years ago

The original design allowed a user to mark multiple buttons as default. In this situation there will be a RTE, which is not the best devex/UX.

Shift assignment of the default button to the dialog. This way the API are similar to the MessageBox API, and the user is able to assign only one button.

If the button doesn't belong to the collection of buttons - there will be a RTE.