MESCIUS InputMan for Windows Forms 12.0J
SetBoundsCore メソッド (EditBase)

Left プロパティを設定する Int32値。
Top プロパティを設定する Int32値。
Width プロパティを設定する Int32値。
Height プロパティを設定する Int32値。
境界の設定に使用される引数を指定するBoundsSpecified 値のビットごとの組み合わせ。列挙体。
コントロールの境界を設定します。
シンタックス
protected override void SetBoundsCore( 
   int x,
   int y,
   int width,
   int height,
   BoundsSpecified specified
)
Protected Overrides Sub SetBoundsCore( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal specified As BoundsSpecified _
) 
 

パラメータ

x
Left プロパティを設定する Int32値。
y
Top プロパティを設定する Int32値。
width
Width プロパティを設定する Int32値。
height
Height プロパティを設定する Int32値。
specified
境界の設定に使用される引数を指定するBoundsSpecified 値のビットごとの組み合わせ。列挙体。
参照

参照

EditBase クラス
EditBase メンバ

 

 


© MESCIUS inc. All rights reserved.