I have created a borderless window style wherein I draw the chrome (Borders, TitleBar, Min, Max, Close, SystemMenu, etc) and I would like to check it against an existing example. Specifically for the SystemMenu but also in case I missed something. Does anyone have or know of similar examples?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Recommended reading:

http://blogs.msdn.com/wpfsdk/archive/2008/09/08/custom-window-chrome-in-wpf.aspx

The accompanying sample contains a couple of templates that you can compare against yours.

link|improve this answer
Thanks Doc, good article. – Brad Feb 17 '10 at 2:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.