tags:

views:

25

answers:

2

I noticed some applications have a blue circular instead of a checkmark which MF_CHECKED produces. Which style produces this circular one?

Thanks

A: 

Check out the MFT_RADIOCHECK menu type flag...

Shog9
+1  A: 

You normally use the CheckMenuRadioItem function to handle menu radio buttons since it does all the style and checkmark handling for you

Anders