GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ CanEditCut Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
CanEditCut Method
In This Topic
This predicate is true when the user can perform the
EditCut
action.
Syntax
C#
public
virtual
bool
CanEditCut()
Remarks
This returns false if the
Selection
is empty, if
CanCopyObjects
is false, if
CanDeleteObjects
is false, or if the primary selection's
CanCopy
or
CanDelete
properties are false.
See Also
Reference
GoView Class
GoView Members
EditCut Method
DisableKeys Property