GCIM 名前空間 > ComboListBox オブジェクト : SetVerticalLineColor メソッド |
var instance = new GCIM.ComboListBox(); var value; // Type: any // パラメータ var lineColor; //タイプ: string value = instance.SetVerticalLineColor(lineColor);
function SetVerticalLineColor( lineColor : string ) : any;