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?

Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
Brad
  • 1,187
  • 3
  • 23
  • 44

1 Answers1

1

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
  • 636
  • 5
  • 4