Wednesday, January 2nd, 2008
Here we have yet another type of item added for use in the KryptonContextMenu. This time it is a simple CheckButton as can be seen here…
![]()

Despite the name it actually defaults to being a simple click button that generates a Click event when pressed. You can set the AutoCheck to be True if you would like it to toggle the Checked property when it is pressed.
January 2nd, 2008 at 8:13 pm
How about Check button group? Does Check button for context menu work with check button group?
January 2nd, 2008 at 8:37 pm
There is no automatic button group handling. That is something you would need to implement manually yourself.