|
|
document.deleteSelection()
AvailabilityFlash
MX 2004.
Usagedocument.deleteSelection()
DescriptionMethod;
deletes the current selection on the Stage. Displays an error message
if there is no selection.
ExampleThe
following example deletes the current selection in the document:
fl.getDocumentDOM().deleteSelection();
|