This documentation is archived and is not being maintained.
Form.ProcessKeyPreview Method
.NET Framework 1.1
This member overrides Control.ProcessKeyPreview.
[Visual Basic] Overrides Protected Function ProcessKeyPreview( _ ByRef m As Message _ ) As Boolean [C#] protected override bool ProcessKeyPreview( ref Message m ); [C++] protected: bool ProcessKeyPreview( Message* m ); [JScript] protected override function ProcessKeyPreview( m : Message ) : Boolean;
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Show: