item()

書式

panelObject = panelsObject.item(index)

説明

item()は指定したインデックス番号のpanelオブジェクトを返します。
var p=app.panels;
alert(p.item(2).name);

目次に戻る