Determines whether the current selection can be cut/copied to the clipboard (returns true if there is at least one field selected).

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
public bool CanCut { get; }
Visual Basic
Public ReadOnly Property CanCut As Boolean
	Get

Remarks

This property is useful for enabling or disabling clipboard buttons and menus on the application.

See Also