GridColumnSetBoundsCore Method

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

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
protected override void SetBoundsCore(
	int x,
	int y,
	int width,
	int height,
	BoundsSpecified specified
)

Parameters

x  Int32
The new Left property value of the control.
y  Int32
The new Top property value of the control.
width  Int32
The new Width property value of the control.
height  Int32
The new Height property value of the control.
specified  BoundsSpecified
A bitwise combination of the BoundsSpecified values.

See Also