Copies the current selection to the clipboard.

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

Syntax

C#
public bool Copy()
Visual Basic
Public Function Copy As Boolean

Return Value

Returns false if there is no selection to copy.

See Also