MESCIUS InputMan for ASP.NET 10.0J
Margins コンストラクタ(Int32,Int32,Int32,Int32)

コントロールの左端からデータ入力領域の左端までの距離(Int32 型)
コントロールの右端からデータ入力領域の右端までの距離(Int32 型)
コントロールの上端からデータ入力領域の上端までの距離(Int32 型)
コントロールの下端からデータ入力領域の下端までの距離(Int32 型)
指定したデータを含むMarginsクラスの新しいインスタンスを初期化します。
シンタックス
Public Function New( _
   ByVal left As Integer, _
   ByVal right As Integer, _
   ByVal top As Integer, _
   ByVal bottom As Integer _
)
public Margins( 
   int left,
   int right,
   int top,
   int bottom
)

パラメータ

left
コントロールの左端からデータ入力領域の左端までの距離(Int32 型)
right
コントロールの右端からデータ入力領域の右端までの距離(Int32 型)
top
コントロールの上端からデータ入力領域の上端までの距離(Int32 型)
bottom
コントロールの下端からデータ入力領域の下端までの距離(Int32 型)
例外
例外解説
System.ArgumentOutOfRangeExceptionleftrighttopまたはbottomに負の値が設定されています。
参照

参照

Margins クラス
Margins メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.