Krypton-Suite-Legacy-Archive / Krypton-Toolkit-Suite-Extended-NET-5.470

An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
BSD 3-Clause "New" or "Revised" License
53 stars 11 forks source link

ExtendedKryptonMessageBox.TopMost #47

Open richterAl opened 5 years ago

richterAl commented 5 years ago

Helle @Wagnerp,

I'm working on program that uses the KryptonToolkit. By default the ExtendedKryptonMessageBox is displayed TopMost, which means it is on the top of any other application. This behavoir is different to the standard MessageBox and all other none .Net programms and I don't like it.

I would like to ask you if it is possible to add a static property TopMost to the ExtendedKryptonMessageBox class which will be used in InitializeComponent? By default this property should be initialized with true to be backward compatible.

Best regards

PWagner1 commented 4 years ago

http://frasergreenroyd.com/c-gui-make-a-child-window-stay-on-top-at-all-times/