バージョン

SetBoundsCore メソッド (UltraTile)

コントロールの境界線を設定します。
シンタックス
'宣言
 
Protected Overrides Sub SetBoundsCore( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal specified As BoundsSpecified _
) 
protected override void SetBoundsCore( 
   int x,
   int y,
   int width,
   int height,
   BoundsSpecified specified
)

パラメータ

x
コントロールの左側の新しい値。
y
コントロールの上の新しい値。
width
コントロールの幅の新しい値。
height
コントロールの高さの新しい値。
specified
有効な値を示す値。
参照