IWin32Window Interface (System.Windows.Interop)

Switch View :
ScriptFree
.NET Framework Class Library
IWin32Window Interface

Defines the contract for Win32 window handles.

Namespace:  System.Windows.Interop
Assembly:  PresentationCore (in PresentationCore.dll)
Syntax

Visual Basic (Declaration)
Public Interface IWin32Window
Visual Basic (Usage)
Dim instance As IWin32Window
C#
public interface IWin32Window
Visual C++
public interface class IWin32Window
JScript
public interface IWin32Window
XAML
Interfaces cannot be used directly in XAML; see types that implement this interface.
Remarks

Security note Security Note:

This interface should not be implemented if the implementing code can run under partial trust. This is enforced by an InheritanceDemand.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference