PowerTools MultiRow for Windows Forms 8.0J
SetBoundsCore メソッド (NumericUpDownEditingControl)

コントロールの水平方向の位置(ピクセル単位)。
コントロールの垂直方向の位置(ピクセル単位)。
コントロールの幅(ピクセル単位)。
コントロールの高さ(ピクセル単位)。
System.Windows.Forms.BoundsSpecified値の1つ。
NumericUpDownEditingControlのサイズと位置を設定します。
構文
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
System.Windows.Forms.BoundsSpecified値の1つ。
参照

NumericUpDownEditingControl クラス
NumericUpDownEditingControl メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.