[jQuery対応]スピン機能を使ってコントロールの値を変化(次の項目へ)させます。
シンタックス
var instance = new GCIM.GcComboBox(container, id);
var value; // Type: any
// パラメータ
var increment; //タイプ: number
value = instance.DoSpinUp(increment);
function DoSpinUp(
: number
) : any;
パラメータ
- increment
- An int value indicates the increment of the spin.
参照