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