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. |