[]
        
(Showing Draft Content)

C1.Win.InputPanel.C1InputPanel.SetBoundsCore

SetBoundsCore Method

SetBoundsCore(int, int, int, int, BoundsSpecified)

Performs the work of setting the specified bounds of this control.

Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
Type Name Description
int x

The new System.Windows.Forms.Control.Left property value of the control.

int y

The new System.Windows.Forms.Control.Top property value of the control.

int width

The new System.Windows.Forms.Control.Width property value of the control.

int height

The new System.Windows.Forms.Control.Height property value of the control.

BoundsSpecified specified

A bitwise combination of the System.Windows.Forms.BoundsSpecified values.

Overrides