Click or drag to resize

ShellBreadCrumbBarSetBoundsCore Method

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
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