System.Windows.Forms.LinkLabel.SetBoundsCore Method

Performs the work of setting the bounds of this control.

Syntax

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

Parameters

x
New left of the control.
y
New right of the control.
width
New width of the control.
height
New height of the control.
specified
Which values were specified. This parameter reflects user intent, not which values have changed.

Remarks

Inheriting classes can override this function to add size restrictions. Inheriting classes must call base.setBoundsCore to actually cause the bounds of the control to change.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0