Share via


DataRepeaterItem.SetBoundsCore Method (Int32, Int32, Int32, Int32, BoundsSpecified)

 

This API supports the product 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

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
override SetBoundsCore : 
        x:int *
        y:int *
        width:int *
        height:int *
        specified:BoundsSpecified -> unit
Protected Overrides Sub SetBoundsCore (
    x As Integer,
    y As Integer,
    width As Integer,
    height As Integer,
    specified As BoundsSpecified
)

Parameters

See Also

DataRepeaterItem Class
Microsoft.VisualBasic.PowerPacks Namespace
Introduction to the DataRepeater Control (Visual Studio)

Return to top