ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupDateTimePicker.ResetShortcutKeys C# (CSharp) Method

ResetShortcutKeys() public method

Resets the ShortcutKeys property to its default value.
public ResetShortcutKeys ( ) : void
return void
        public void ResetShortcutKeys()
        {
            ShortcutKeys = Keys.None;
        }