RadControls for WinForms

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
protected override void SetBoundsCore(
	int x,
	int y,
	int width,
	int height,
	BoundsSpecified specified
)
Visual Basic
Protected Overrides Sub SetBoundsCore ( _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer, _
	specified As BoundsSpecified _
)

Parameters

x
Type: System..::..Int32
y
Type: System..::..Int32
width
Type: System..::..Int32
height
Type: System..::..Int32
specified
Type: System.Windows.Forms..::..BoundsSpecified

See Also