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






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

    Parameters

    e
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also