toSource()

書式

srcText = app.imePreferences.toSource()

説明

toSource()はIMEPreferenceオブジェクトのソースコードを返します。
var ip=app.imePreferences;
alert(ip.toSource());

目次に戻る