Skip to main content
.NET Framework Class Library
ToolStrip..::.SetBoundsCore Method

This member overrides Control..::.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified), and more complete documentation might be available in that topic.

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

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Syntax
Protected Overrides Sub SetBoundsCore ( _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer, _
	specified As BoundsSpecified _
)
protected override void SetBoundsCore(
	int x,
	int y,
	int width,
	int height,
	BoundsSpecified specified
)
protected:
virtual void SetBoundsCore(
	int x, 
	int y, 
	int width, 
	int height, 
	BoundsSpecified specified
) override
abstract SetBoundsCore : 
        x:int * 
        y:int * 
        width:int * 
        height:int * 
        specified:BoundsSpecified -> unit 
override SetBoundsCore : 
        x:int * 
        y:int * 
        width:int * 
        height:int * 
        specified:BoundsSpecified -> unit 

Parameters

x
Type: System..::.Int32
The new Left property value of the control.
y
Type: System..::.Int32
The new Top property value of the control.
width
Type: System..::.Int32
The new Width property value of the control.
height
Type: System..::.Int32
The new Height property value of the control.
specified
Type: System.Windows.Forms..::.BoundsSpecified
A bitwise combination of the BoundsSpecified values.
Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.