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.

2 Responses to “CheckButton for ContextMenu”

  1. Patrick Holmes Says:

    How about Check button group? Does Check button for context menu work with check button group?

  2. Phil Wright Says:

    There is no automatic button group handling. That is something you would need to implement manually yourself.

Leave a Reply