Table of Contents

Method SetData

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetData(string, object)

Clears the Clipboard and then adds data in the specified format.

public static void SetData(string format, object data)

Parameters

format string

The format of the data to set. See DataFormats for predefined formats.

data object

An Object representing the data to add.