GCIM 名前空間 > GcTextBox タイプ : SetExitOnLastChar メソッド |
var instance = new GCIM.GcTextBox(container, id); var value; // Type: any // パラメータ var isExitOnLastChar; //タイプ: boolean value = instance.SetExitOnLastChar(isExitOnLastChar);
function SetExitOnLastChar( isExitOnLastChar : boolean ) : any;