Class WPFWindowWrapperHelper
Helper to show WinForms dialog in WPF app.
Inherited Members
Namespace: VisioForge.Core.UI.WPF
Assembly: VisioForge.Core.dll
Syntax
public static class WPFWindowWrapperHelper
Methods
ShowDialog(Form, Window)
Show dialog.
Declaration
public static DialogResult ShowDialog(this Form form, Window parent)
Parameters
| Type | Name | Description |
|---|---|---|
| Form | form | WinForms form. |
| Window | parent | WPF window. |
Returns
| Type | Description |
|---|---|
| DialogResult | Dialog result. |