Hello Khaled,
To put a check box in a menu bar you can use NControlHostCommand control.
This is special type of command that allows you to display an arbitrary control in it.
Here is a small example:
NMenuBar
checkBox.Text =
controlHost.SetControl(checkBox);
menuBar.Commands.Add(controlHost);
I hope it will help you to setup your check box command.
Regards,
Angel.
Could you please elaborate?
Thanks.