NavigatorBox.cut

Syntax

cut();

Description

The cut method adds selected objects to the clipboard and removes the objects from their initial location.

Comments

This method starts executing on clicking the Cut button in the Home tab of the ribbon.

Example

The example of use is given in description of the NavigatorBox.copy method.

See also:

NavigatorBox