ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupComboBox.ResetShortcutKeys C# (CSharp) Méthode

ResetShortcutKeys() public méthode

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