setDocument
Associates a document with a menu item.
Declaration
void setDocument(
in Document document,
in Object menuItem
);Parameters
- document:
The TVML file to be associated with the menu item.
- menuItem:
The selected menu item.
Associates a document with a menu item.
void setDocument(
in Document document,
in Object menuItem
);The TVML file to be associated with the menu item.
The selected menu item.