Question

I have the following checkbox, in visual studio I have set it's flat property to TRUE, I want to make it's rectangle border thinner. How could I do that in windows api, WTL, ATL ? C++. Is there some sort of message that I can send to the dialog in order to do this?

I have the following checkbox

Was it helpful?

Solution

You can choose between control styles, e.g. flat vs. non-flat, and you can use owner drawn controls (buttons) to take over visual presentation of the control. There is no dedicated message to adjust the thickness of the box.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top