length
書式
menuActionsObject
.length
説明
menuActionオブジェクトの総数を返します。count()と同じ結果になります。
var m=app.menuActions; alert(m.length);
目次に戻る