ComponentOne RichTextBox for UWP
RemoveShortcut Method

C1.Xaml.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 Windows.System.VirtualKeyModifiers, _
   ByVal key As Windows.System.VirtualKey _
) 
public void RemoveShortcut( 
   Windows.System.VirtualKeyModifiers modifier,
   Windows.System.VirtualKey key
)

Parameters

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

Reference

C1RichTextBox Class
C1RichTextBox Members