GrapeCity InputMan for Windows Forms 10.0J
SetBoundsCore メソッド (GcTextBox)

Left プロパティを設定する Int32値。
Top プロパティを設定する Int32値。
Width プロパティを設定する Int32値。
Height プロパティを設定する Int32値。
境界の設定に使用される引数を指定するBoundsSpecified 値のビットごとの組み合わせ。
コントロールの境界を設定します。
構文
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
Left プロパティを設定する Int32値。
y
Top プロパティを設定する Int32値。
width
Width プロパティを設定する Int32値。
height
Height プロパティを設定する Int32値。
specified
境界の設定に使用される引数を指定するBoundsSpecified 値のビットごとの組み合わせ。
参照

GcTextBox クラス
GcTextBox メンバ

 

 


© 2004 GrapeCity inc. All rights reserved.