var instance = new GCIM.GcComboBox(container, id); var value; // Type: any // パラメータ var index; //タイプ: number var item; //タイプ: ListItem value = instance.InsertItem(index, item);
function InsertItem( index : number, item : ListItem ) : any;
GcComboBox オブジェクト
© 2005-2015 GrapeCity inc. All rights reserved.