Gets the ClipboardHandler object used for clipboard operations.
Namespace:
C1.Win.C1ReportDesignerAssembly: C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] public ClipboardHandler ClipboardHandler { get; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <BrowsableAttribute(False)> _ Public ReadOnly Property ClipboardHandler As ClipboardHandler Get |
Remarks
The ClipboardHandler object provides support for standard Cut/Copy/Paste/Delete operations for report fields using the system clipboard.
For an example, see the UndoStack property.