This documentation is archived and is not being maintained.
Form.SetClientSizeCore Method
.NET Framework 1.1
This member overrides Control.SetClientSizeCore.
[Visual Basic] Overrides Protected Sub SetClientSizeCore( _ ByVal x As Integer, _ ByVal y As Integer _ ) [C#] protected override void SetClientSizeCore( int x, int y ); [C++] protected: void SetClientSizeCore( int x, int y ); [JScript] protected override function SetClientSizeCore( x : int, y : int );
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
Form Class | Form Members | System.Windows.Forms Namespace | ClientSize
Show: