Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / OnKeyDown Method
Event data


In This Topic
    OnKeyDown Method (RichTextEditor)
    In This Topic
    Occurs when a key is down. Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnKeyDown( _
       ByVal e As KeyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As RichTextEditor
    Dim e As KeyEventArgs
     
    instance.OnKeyDown(e)
    protected override void OnKeyDown( 
       KeyEventArgs e
    )

    Parameters

    e
    Event data
    See Also