DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / OnKeyDown Method






In This Topic
    OnKeyDown Method (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overridable Sub OnKeyDown( _
       ByVal e As System.Windows.Forms.KeyEventArgs _
    ) 
    'Usage
     
    
    Dim instance As DicomViewer
    Dim e As System.Windows.Forms.KeyEventArgs
     
    instance.OnKeyDown(e)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected virtual void OnKeyDown( 
       System.Windows.Forms.KeyEventArgs e
    )
    protected procedure OnKeyDown( 
        e: System.Windows.Forms.KeyEventArgs
    ); virtual; 
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    protected function OnKeyDown( 
       e : System.Windows.Forms.KeyEventArgs
    );
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected: virtual void OnKeyDown( 
       System.Windows.Forms.KeyEventArgs* e
    ) 
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected:
    virtual void OnKeyDown( 
       System.Windows.Forms.KeyEventArgs^ e
    ) 

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also