ComponentOne RichTextBox for WPF and Silverlight
RemoveShortcut Method (C1RichTextBox)

C1.WPF.RichTextBox Namespace > C1RichTextBox Class : RemoveShortcut Method
Modifier key of the shortcut.
Key of the shortcut.
Remove the shortcut for some action.
Syntax
'Declaration
 
Public Sub RemoveShortcut( _
   ByVal modifier As System.Windows.Input.ModifierKeys, _
   ByVal key As System.Windows.Input.Key _
) 
public void RemoveShortcut( 
   System.Windows.Input.ModifierKeys modifier,
   System.Windows.Input.Key key
)

Parameters

modifier
Modifier key of the shortcut.
key
Key of the shortcut.
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members