Gets a reference to the control embedded in the original ControlNode.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Control Source { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Source As Control |
An instance of the .NET System.Windows.Forms.Control class.
See Also