Search
CopyHostedControlEventArgs.Source Property
See Also
 





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

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

 Syntax

C#  Copy Code

public Control Source { get; }

Visual Basic  Copy Code

Public ReadOnly Property Source As Control

 Property Value

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

 See Also