kpreisser / winforms

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

Set dialog properties via `ShowDialog` #16

Closed RussKie closed 4 years ago

RussKie commented 4 years ago

TaskDialog had two properties StartupLocation and SetToForeground that could no longer be set after Page API were streamlined and instance-based methods were removed.

Allow developers to pass these two properties when invoking the dialog.

Relates to #14

kpreisser commented 4 years ago

Hi @RussKie, thanks for doing the PR! In #13, you mentioned that we should remove the SetToForeground flag for now. Do you still want to add it as in this PR?

RussKie commented 4 years ago

In #13, you mentioned that we should remove the SetToForeground flag for now. Do you still want to add it as in this PR?

Good call, I forgot about it :) Done