'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Protected Overridable Sub SetClientSizeCore( _ ByVal x As Integer, _ ByVal y As Integer _ )
[EditorBrowsable(EditorBrowsableState.Advanced)] protected virtual void SetClientSizeCore( int x, int y )
Parameters
- x
- The client area width, in pixels.
- y
- The client area height, in pixels.