Determines whether the clipboard contains data that can be pasted into the report.

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

Syntax

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

Remarks

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

See Also