jmasterx
jmasterx

Reputation: 54103

Radio style instead of MF_CHECKED for menu item?

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

Thanks

Upvotes: 1

Views: 1114

Answers (2)

Anders
Anders

Reputation: 101569

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

Upvotes: 2

Shog9
Shog9

Reputation: 159590

Check out the MFT_RADIOCHECK menu type flag...

Upvotes: -1

Related Questions