Click or drag to resize
UpdateDetailsDisplaySetBoundsCore Method
Performs the work of setting the specified bounds of this control.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
protected override void SetBoundsCore(
	int x,
	int y,
	int width,
	int height,
	BoundsSpecified specified
)

Parameters

x
Type: SystemInt32
The new Left property value of the control.
y
Type: SystemInt32
The new Top property value of the control.
width
Type: SystemInt32
The new Width property value of the control.
height
Type: SystemInt32
The new Height property value of the control.
specified
Type: System.Windows.FormsBoundsSpecified
A bitwise combination of the BoundsSpecified values.
See Also