ElementOperations.GetClipboardDataObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an IDataObject from the Clipboard if it contains our ElementGroupPrototype format, otherwise null.
public:
static System::Windows::Forms::IDataObject ^ GetClipboardDataObject();
public static System.Windows.Forms.IDataObject GetClipboardDataObject ();
static member GetClipboardDataObject : unit -> System.Windows.Forms.IDataObject
Public Shared Function GetClipboardDataObject () As IDataObject
Returns
An IDataObject from the Clipboard if it contains our ElementGroupPrototype format, otherwise null.