Hello,
I noticed that "Status" context menu (with Online, Offline, AFK, ... items) contains items with icon on checkbox (for example: currently selected status), and I want to make the same in my application, but I don't know how it is implemented.
I searched it in source code and I didn't find anything. I tried to set fState = MFS_CHECKED and fMask = MIIM_BITMAP, but icon disappeared.
Could someone tell me how it is done, or in which file I can find it, please?
Thank you for your answer.