SetClientSizeCore Method (ScrollableControl)
In This Topic
Sets the size of the client area of the control.
Syntax
'Declaration
Protected Overrides Sub SetClientSizeCore( _
ByVal As Integer, _
ByVal As Integer _
)
protected override void SetClientSizeCore(
int ,
int
)
Parameters
- x
- The client area width, in pixels.
- y
- The client area height, in pixels.
See Also