DataRepeaterItem.SetBoundsCore Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The DataRepeaterItem object is used internally by the DataRepeater control to display data at run time. The settings of the ItemTemplate determine how the data is displayed.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
Protected Overrides Sub SetBoundsCore ( _
x As Integer, _
y As Integer, _
width As Integer, _
height As Integer, _
specified As BoundsSpecified _
)
protected override void SetBoundsCore(
int x,
int y,
int width,
int height,
BoundsSpecified specified
)
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
protected override function SetBoundsCore(
x : int,
y : int,
width : int,
height : int,
specified : BoundsSpecified
)
Parameters
- x
Type: System.Int32
The new Left property value of the control.
- y
Type: System.Int32
The new Top property value of the control.
- width
Type: System.Int32
The new Width property value of the control.
- height
Type: System.Int32
The new Height property value of the control.
- specified
Type: System.Windows.Forms.BoundsSpecified
A bitwise combination of the BoundsSpecified values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace