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