Search
Window.Show Method
See Also
 





Adds the window to the specified host.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public void Show (
    WindowHost host
)

Visual Basic  Copy Code

Public Sub Show ( _
    host As WindowHost _
)

 Parameters

host
The WindowHost to add this window to.

 See Also