RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1FindAndReplaceTool Class / OnKeyDown Method
Keyboard key associated with the event.

In This Topic
    OnKeyDown Method (C1FindAndReplaceTool)
    In This Topic
    Invoked on keyboard key down over FindAndReplace. This will avoid calls to C1DropDownTool.OnKeyDown to prevent focus getting out of FindAndReplaceTool TextBox and Buttons.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    protected override void OnKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    Keyboard key associated with the event.
    See Also