| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
The ContextMenuClipboardItems class determines which items are enabled or disabled on the clipboard context menu.
These settings are used when
ContextMenu.clipboardMenu=true and when the object with focus is not a
TextField.
public var clear:Boolean = false| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Enables or disables the 'Delete' (Windows) / 'Clear' (Mac) item on the clipboard menu.
This should be enabled only if something is selected.
public var copy:Boolean = false| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Enables or disables the 'Copy' item on the clipboard menu.
This should be enabled only if something is selected.
public var cut:Boolean = false| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Enables or disables the 'Cut' item on the clipboard menu.
This should be enabled only if something is selected.
public var paste:Boolean = false| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Enables or disables the 'Paste' item on the clipboard menu.
This should be enabled only if something is on the clipboard.
public var selectAll:Boolean = true| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Enables or disables the 'Select All' item on the clipboard menu.
This is usually enabled.
public function ContextMenuClipboardItems()| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Creates a new ContextMenuClipboardItems object so that you can set the properties for Flash Player to enable or disable each menu item.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Tue May 20 2008, 04:02 AM -07:00