This documentation is archived and is not being maintained.
Form.OnResize Method
.NET Framework 1.1
This member overrides Control.OnResize.
[Visual Basic] Overrides Protected Sub OnResize( _ ByVal e As EventArgs _ ) [C#] protected override void OnResize( EventArgs e ); [C++] protected: void OnResize( EventArgs* e ); [JScript] protected override function OnResize( e : EventArgs );
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Show: