NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IWin32Window Interface

This interface is implemented on objects that expose Win32 HWND handles. The resultant handle can be used with Win32 API calls.

IWin32Window

[Visual Basic]
Public Interface IWin32Window
[C#]
public interface IWin32Window
[C++]
public __gc __interface IWin32Window

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IWin32Window

Class Description
Control Defines the base class for controls, which are components with visual representation.

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

IWin32Window Members | System.WinForms Namespace