VisioForge (c) 2025

Search Results for

    Class WPFWindowWrapper

    Handle wrapper to show WinForms dialog in WPF app.

    Inheritance
    object
    WPFWindowWrapper
    Implements
    IWin32Window
    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 class WPFWindowWrapper : IWin32Window

    Constructors

    WPFWindowWrapper(Window)

    Initializes a new instance of the WPFWindowWrapper class.

    Declaration
    public WPFWindowWrapper(Window wpfWindow)
    Parameters
    Type Name Description
    Window wpfWindow

    WPF window.

    Properties

    Handle

    Gets handle.

    Declaration
    public nint Handle { get; }
    Property Value
    Type Description
    nint

    Implements

    IWin32Window