Cut Command

Use the Cut command from the Edit menu to delete the selected controls from your painted form and copy them to the clipboard.

The Cut command is not enabled until at least one painted control is selected.

Deleting a control causes the corresponding property of the class to be removed, which in turn marks as uncompiled any methods using or referencing that property.

If a selected control has children, the child controls are also cut.

To select a control or group of controls, perform one of the following actions

To activate the cut operation, perform one of the following actions

The selected controls are then removed from your form.

When you use the Cut command, the selected controls are copied to the clipboard from which they can be pasted elsewhere on the current form, or into another form. The clipboard is not saved between JADE sessions.

You cannot cut a control that is inherited. The Cut command is also disabled if there is an inherited control in the group of controls that you have selected.