ComponentFactory.Krypton.Ribbon.GroupCheckBoxController.KeyTipSelect C# (CSharp) Method

KeyTipSelect() public method

Perform actual selection of the item.
public KeyTipSelect ( KryptonRibbon ribbon ) : void
ribbon KryptonRibbon Reference to owning ribbon instance.
return void
        public void KeyTipSelect(KryptonRibbon ribbon)
        {
            // Exit keyboard mode when you click the button spec
            ribbon.KillKeyboardMode();

            OnClick(new MouseEventArgs(MouseButtons.Left, 1, 0, 0, 0));
        }