C1.Silverlight.RichTextBox.5
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.