Search
CopyHostedControlEventArgs.Destination Property
See Also
 





Gets a reference to the control embedded in the ControlNode clone.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Control Destination { get; }

Visual Basic  Copy Code

Public ReadOnly Property Destination As Control

 Property Value

An instance of the .NET System.Windows.Forms.Control class.

 See Also