Compartir a través de


DataRepeaterItem.SetBoundsCore (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

El control DataRepeater usa internamente el objeto DataRepeaterItem para mostrar datos en tiempo de ejecución. La configuración de ItemTemplate determina cómo se muestran los datos.

Espacio de nombres:  Microsoft.VisualBasic.PowerPacks
Ensamblado:  Microsoft.VisualBasic.PowerPacks.Vs (en Microsoft.VisualBasic.PowerPacks.Vs.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • x
    Tipo: Int32

    El nuevo valor de la propiedad Left del control.

  • y
    Tipo: Int32

    El nuevo valor de la propiedad Top del control.

  • width
    Tipo: Int32

    El nuevo valor de la propiedad Width del control.

  • height
    Tipo: Int32

    El nuevo valor de la propiedad Height del control.

  • specified
    Tipo: BoundsSpecified

    Combinación bit a bit de los valores de BoundsSpecified.

Seguridad de .NET Framework

Vea también

Referencia

DataRepeaterItem Clase

Microsoft.VisualBasic.PowerPacks (Espacio de nombres)

Otros recursos

Introducción al control DataRepeater (Visual Studio)