NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.SetClientSizeCore

Performs the work of setting the size of the client area of the control.

[Visual Basic]
Overridable Protected Sub SetClientSizeCore( _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
protected virtual void SetClientSizeCore(
   int x,
   int y
);
[C++]
protected: virtual void SetClientSizeCore(
   int x,
   int y
);
[JScript]
protected function SetClientSizeCore(
   x : int,
   y : int
);

Parameters

x
An integer that represents the client area width.
y
An integer that represents the client area height.

See Also

Control Class | Control Members | System.WinForms Namespace