DataRepeaterItem.SetBoundsCore 方法
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
DataRepeater 控件在内部用于 DataRepeaterItem 对象公开数据在运行时。 ItemTemplate 的设置确定数据的显示方式。
命名空间: Microsoft.VisualBasic.PowerPacks
程序集: Microsoft.VisualBasic.PowerPacks.Vs(在 Microsoft.VisualBasic.PowerPacks.Vs.dll 中)
语法
声明
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
)
参数
- x
类型:System.Int32
控件的新 Left 属性值。
- y
类型:System.Int32
控件的新 Top 属性值。
- width
类型:System.Int32
控件的新 Width 属性值。
- height
类型:System.Int32
控件的新 Height 属性值。
- specified
类型:System.Windows.Forms.BoundsSpecified
BoundsSpecified 值的按位组合。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualBasic.PowerPacks 命名空间