ShellBreadCrumbBarSetBoundsCore Method |
Performs the work of setting the specified bounds of this control.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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 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
- The new Height property value of the control.
- specified BoundsSpecified
- A bitwise combination of the BoundsSpecified values.
See Also