System.Windows.Forms.ToolStripDropDown.SetBoundsCore Method

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

Syntax

protected override void SetBoundsCore (int x, int y, int width, int height, BoundsSpecified specified)

Parameters

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

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0