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