C1.Framework Namespace / ScrollableControl Class / SetClientSizeCore Method
The client area width, in pixels.
The client area height, in pixels.

In This Topic
SetClientSizeCore Method (ScrollableControl)
In This Topic
Sets the size of the client area of the control.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overrides Sub SetClientSizeCore( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
 

Parameters

x
The client area width, in pixels.
y
The client area height, in pixels.
See Also