I have a check box that I want to accurately measure so I can position controls on a dialog correctly. I can easily measure the size of the text on the control - but I don't know the "official" way of calculating the size of the check box and the gap before (or after) the text.
|
|
I'm pretty sure the width of the checkbox is equal to
You can then work out the area inside by subtracting the following ...
I use that in my code and haven't had a problem thus far ... |
||
|
