views:

158

answers:

1

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?

+1  A: 

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.

Dr. WPF
Thanks Doc, good article.
Brad