OnKeyPress Method (DicomViewer)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub OnKeyPress( _
ByVal 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
)
protected procedure OnKeyPress(
: System.Windows.Forms.KeyPressEventArgs
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function OnKeyPress(
: System.Windows.Forms.KeyPressEventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void OnKeyPress(
System.Windows.Forms.KeyPressEventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void OnKeyPress(
System.Windows.Forms.KeyPressEventArgs^
)
Parameters
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also