This documentation is archived and is not being maintained.
Control.RaiseKeyEvent Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Sub RaiseKeyEvent( _ ByVal key As Object, _ ByVal e As KeyEventArgs _ ) [C#] protected void RaiseKeyEvent( object key, KeyEventArgs e ); [C++] protected: void RaiseKeyEvent( Object* key, KeyEventArgs* e ); [JScript] protected function RaiseKeyEvent( key : Object, e : KeyEventArgs );
See Also
Control Class | Control Members | System.Windows.Forms Namespace | RaiseDragEvent | RaiseMouseEvent | RaisePaintEvent
Show: