VisioForge (c) 2025

Search Results for

    Class WPFWindowWrapperHelper

    Helper to show WinForms dialog in WPF app.

    Inheritance
    object
    WPFWindowWrapperHelper
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.