Adopts controls hosted in other views and moves them to this view.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public void AdoptHostedControls ( |
Visual Basic
Copy Code
|
|---|
Public Sub AdoptHostedControls( _ |
true if only controls that currently do not have a parent view are adopted; false to adopt all controls.
RemarksThis method is useful when displaying ControlNode objects in multiple views. For example, you might want to invoke it when a view becomes the topmost window in a MDI application.
See Also