Visual Studio's windows have a close button (as well as other frame controls) that blend into the caption color and appear like so:
I was wondering if there's an accepted way of drawing controls like that. Do controls like these use DrawFrameControl
or DrawThemeBackground
, or do they use another approach altogether?
Thank you for any information.