RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / RemoveShortcut Method
Modifier key of the shortcut.
Key of the shortcut.

In This Topic
    RemoveShortcut Method
    In This Topic
    Remove the shortcut for some action.
    Syntax
    'Declaration
     
    Public Sub RemoveShortcut( _
       ByVal modifier As VirtualKeyModifiers, _
       ByVal key As VirtualKey _
    ) 
    public void RemoveShortcut( 
       VirtualKeyModifiers modifier,
       VirtualKey key
    )

    Parameters

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