C1.WPF.RichTextBox Namespace / C1RichTextBox Class / RemoveShortcut Method
Modifier key of the shortcut.
Key of the shortcut.

In This Topic
RemoveShortcut Method (C1RichTextBox)
In This Topic
Remove the shortcut for some action.
Syntax
'Declaration
 
Public Sub RemoveShortcut( _
   ByVal modifier As ModifierKeys, _
   ByVal key As Key _
) 
 

Parameters

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