Search
IComponentHost.SetClipboard Method
See Also
 





Sets the contents of the clipboard through a direct call to the host.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

void SetClipboard (
    ComponentBase source,
    Object data
)

Visual Basic  Copy Code

Sub SetClipboard( _
    source As ComponentBase, _
    data As Object _
)

 Parameters

source

The component requesting to set the clipboard data.

data

The data to set to the clipboard.

 See Also