PowerTools InputMan for ASP.NET 8.0J
SetMonthMargins メソッド
左側の表示領域の境界と日付領域のマージン。
ヘッダと曜日タイトルのマージン。
右側の表示領域の境界と日付領域のマージン。
下側の表示領域の境界と日付領域のマージン。
日付領域のマージンを設定します。
構文
var instance = new GCIM.DropDownCalendar();
var value; // Type: any

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

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

パラメータ

left
左側の表示領域の境界と日付領域のマージン。
top
ヘッダと曜日タイトルのマージン。
right
右側の表示領域の境界と日付領域のマージン。
bottom
下側の表示領域の境界と日付領域のマージン。
参照

DropDownCalendar オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.