PowerTools InputMan for ASP.NET 8.0J
SetTouchDropDownScale メソッド
1〜4までのスケール比率。
タッチ操作でドロップダウンを表示したとき、ドロップダウンオブジェクトに適用するスケールの比率を設定します。
構文
var instance = new GCIM.GcComboBox(container, id);
var returnValue; // Type: any

// パラメータ
var value; //タイプ: number

returnValue = instance.SetTouchDropDownScale(value);
function SetTouchDropDownScale( 
   value : number
) : any;

パラメータ

value
1〜4までのスケール比率。
参照

GcComboBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.