Hi Doug,
Thanks for using Syncfusion products.
If you want to Customize the windows title bar then one way you can achieve this by follow the below steps:
1) Create a new Windows Application
2) Change the FormBorderstyle property to None
3) Add a PictureBox and dock it to top (Title bar)
4) Add another picturebox and add image to the picturebox.(for Close button)
5) Refer to the sample to see how the events are fired.
Sample:
http://websamples.syncfusion.com/samples/Tools.Windows/F72320/main.htmRegards,
Vinoth