1
<sect4 id="ascontextmenu">
2
<title>ContextMenu ActionScript Class</title>
5
This class implements an ContextMenu object.
8
<sect5 id="contextmenumethods">
9
<title>The Methods of the Class</title>
17
Return a copy of the menu.
23
<term>hideBuiltInItems()</term>
33
<sect5 id="contextmenuprops">
34
<title>The Properties of the ContextMenu Class</title>
40
<term>builtInItems</term>
43
Returns an array of the built-in menu items.
49
<term>customItems</term>
52
An undefined array to contain menu item names.
61
Called before the menu is displayed.
70
<sect5 id="contextmenuconf">
71
<title>ContextMenu Class Conformance</title>
74
<informaltable frame="all">
75
<?dbhtml table-width="75%" ?>
80
<para>Class Name</para>
83
<para>Conformance</para>
89
<entry valign="top" align="left">
92
<entry valign="top" align="center">
94
This method is unimplemented.
99
<entry valign="top" align="left">
100
<para>hideBuiltInItems()</para>
102
<entry valign="top" align="center">
104
This method is unimplemented.
109
<entry valign="top" align="left">
110
<para>builtInItems</para>
112
<entry valign="top" align="center">
114
This property is unimplemented.
119
<entry valign="top" align="left">
120
<para>customItems</para>
122
<entry valign="top" align="center">
124
This property is unimplemented.
129
<entry valign="top" align="left">
130
<para>onSelect</para>
132
<entry valign="top" align="center">
134
This property is unimplemented.