Win32ToolBarSetBoundsCore Method |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected override void SetBoundsCore(
int x,
int y,
int width,
int height,
BoundsSpecified specified
)
Protected Overrides Sub SetBoundsCore (
x As Integer,
y As Integer,
width As Integer,
height As Integer,
specified As BoundsSpecified
)
protected:
virtual void SetBoundsCore(
int x,
int y,
int width,
int height,
BoundsSpecified specified
) override
abstract SetBoundsCore :
x : int *
y : int *
width : int *
height : int *
specified : BoundsSpecified -> unit
override SetBoundsCore :
x : int *
y : int *
width : int *
height : int *
specified : BoundsSpecified -> unit
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