MESCIUS InputMan for ASP.NET 10.0J
SetMargins メソッド
コントロールの上端からデータ入力領域の上端までの距離。
コントロールの右端からデータ入力領域の右端までの距離。
コントロールの下端からデータ入力領域の下端までの距離。
コントロールの下端からデータ入力領域の下端までの距離。
データ入力領域の上下左右のマージンを設定します。
シンタックス
var instance = new GCIM.DropDownCalculator();
var value; // Type: any

// パラメータ
var top; //タイプ: number
var right; //タイプ: number
var bottom; //タイプ: number
var left; //タイプ: number

value = instance.SetMargins(top, right, bottom, left);
function SetMargins( 
   top : number,
   right : number,
   bottom : number,
   left : number
) : any;

パラメータ

top
コントロールの上端からデータ入力領域の上端までの距離。
right
コントロールの右端からデータ入力領域の右端までの距離。
bottom
コントロールの下端からデータ入力領域の下端までの距離。
left
コントロールの下端からデータ入力領域の下端までの距離。
参照

参照

DropDownCalculator タイプ

 

 


© MESCIUS inc. All rights reserved.