Search Results for

    Show / Hide Table of Contents

    Class WindowOwner

    Class to represent window owner.

    Inheritance
    System.Object
    WindowOwner
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Quark.CMSAdapters.Core.Utilities
    Assembly: Quark.CMSAdapters.Core.dll
    Syntax
    public class WindowOwner

    Constructors

    WindowOwner(IntPtr)

    Initializes a new instance of the WindowOwner class.

    Declaration
    public WindowOwner(IntPtr handle)
    Parameters
    Type Name Description
    System.IntPtr handle

    The handle.

    WindowOwner(Window)

    Initializes a new instance of the WindowOwner class.

    Declaration
    public WindowOwner(Window window)
    Parameters
    Type Name Description
    System.Windows.Window window

    The window.

    Properties

    Handle

    Gets the window owner handle.

    Declaration
    public IntPtr Handle { get; }
    Property Value
    Type Description
    System.IntPtr

    The handle.

    Window

    Gets the owner window.

    Declaration
    public Window Window { get; }
    Property Value
    Type Description
    System.Windows.Window

    The window.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.