Click or drag to resize

Win32ToolBarSetBoundsCore Method

Sets the specified bounds of the Win32ToolBar control.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected override void SetBoundsCore(
	int x,
	int y,
	int width,
	int height,
	BoundsSpecified specified
)

Parameters

x  Int32
The new Left property value of the control.
y  Int32
The new Top property value of the control.
width  Int32
The new Width property value of the control.
height  Int32
Not used.
specified  BoundsSpecified
A bitwise combination of the BoundsSpecified values.
See Also