How Can I add another button on the Title Bar of the Tool Window next to the close window button?
For instance having an Auto Hide and Window Position buttons you see in visual studio Tool windows.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure if it can be done more elegantly with pure C#, but normally I use a window with the border style set to none and make my own mock title bar using standard buttons that look like a normal Windows title bar. It’s a bit hackey, but when I really need something like this it’s the simplest approach.