Class InteropWindowFactory
Factory for InteropWindows
Inheritance
System.Object
InteropWindowFactory
Namespace: Dapplo.Windows.Desktop
Assembly: Dapplo.Windows.dll
Syntax
public static class InteropWindowFactory : object
Methods
| Improve this Doc View SourceCreateFor(IntPtr)
Factory method to create a InteropWindow for the supplied handle
Declaration
public static InteropWindow CreateFor(IntPtr handle)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | handle | IntPtr |
Returns
| Type | Description |
|---|---|
| InteropWindow | InteropWindow |