The currently selected DataObject. This object gets derived from the current list of selected interactors. It can be used for copying to the clipboard, or drag-and-drop operations.

Namespace: TallComponents.Interaction.WinForms
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public DataObject DataObject { get; }
Visual Basic
Public ReadOnly Property DataObject As DataObject
	Get

See Also