I am designing a logging feature in which User can select which event he wants to log.
On clicking button, I am showing such type of menu:
User can select multiple Events so I need to show "Check Mark" infront of the selected option when user clicks on it.
I am unable to find any options like "Checked" or "CheckOnClick" as mentioned in this question.
I tried with ContextMenu and ContextMenuStrips but couldn't achieve Checkboxes. Any Suggestions??