events

書式

menuSeparatorObject.events

説明

eventオブジェクトが格納されているコレクションです。

var m=app.menus[3].menuSeparators[0];
alert(m.events.length);

目次に戻る