InitializeWithWindow class winrt Class

Exposes a method through which a client can provide an owner window to a Windows Runtime (WinRT) object used in a desktop application.

Constructors

InitializeWithWindow()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

initialize(IInspectable target, [int? hwnd]) → void
Specifies an owner window to be used by a Windows Runtime object that is used in a desktop app.