Copies the object to the clipboard and then deletes it. | |
Syntax: | object.Cut |
Description: | The Cut property removes the object from
the screen and adds a copy to the clipboard. Run clipbrd.exe to confirm that the object was copied. Example: Sub Gefobject_Cut() Dim oCimObj As GefObject Set oCimObj = CimGetObject oCimObj.Cut CimGetScreen.Refresh False End Sub |