AxHost.setBoundsCore

Overview | Methods | This Package | All Packages

AxHost.setBoundsCore

Sets the bounds of the control.

Syntax

protected void setBoundsCore( int x, int y, int width, int height )

Parameters

x

The x-coordinate of the control's bounds.

y

The y-coordinate of the control's bounds.

width

The width of the control's bounds.

height

The height of the control's bounds.