OnKeyDown Method (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub OnKeyDown( _
ByVal As System.Windows.Forms.KeyEventArgs _
)
'Usage
Dim instance As LicenseDialog
Dim e As System.Windows.Forms.KeyEventArgs
instance.OnKeyDown(e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void OnKeyDown(
System.Windows.Forms.KeyEventArgs
)
protected procedure OnKeyDown(
: System.Windows.Forms.KeyEventArgs
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function OnKeyDown(
: System.Windows.Forms.KeyEventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void OnKeyDown(
System.Windows.Forms.KeyEventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void OnKeyDown(
System.Windows.Forms.KeyEventArgs^
)
Parameters
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also