ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems.ProcessShortcut C# (CSharp) Method

ProcessShortcut() public method

Test for the provided shortcut and perform relevant action if a match is found.
public ProcessShortcut ( Keys keyData ) : bool
keyData Keys Key data to check against shorcut definitions.
return bool
        public override bool ProcessShortcut(Keys keyData)
        {
            return Items.ProcessShortcut(keyData);
        }