GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ EditCut Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
EditCut Method
In This Topic
Copy the current
Selection
to the clipboard and then delete it.
Syntax
C#
public
virtual
void
EditCut()
Remarks
This method does nothing if
CanCopyObjects
or
CanDeleteObjects
is false. After calling
CopyToClipboard
and
DeleteSelection
, this calls
RaiseClipboardCopied
. All the actions occur within a transaction.
See Also
Reference
GoView Class
GoView Members
CanEditCut Method
DisableKeys Property