Control.setClientSizeCore

Overview | Methods | Fields | This Package | All Packages

Control.setClientSizeCore

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

Syntax

protected void setClientSizeCore( int x, int y )

Parameters

x

An integer that represents the client area width.

y

An integer that represents the client area height.