Click or drag to resize

Win32ToolBarSetBoundsCore Method

Sets the specified bounds of the Win32ToolBar 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
Not used.
specified
Type: System.Windows.FormsBoundsSpecified
A bitwise combination of the BoundsSpecified values.
See Also