문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top