IWin32Window

Description

The IWin32Window interface contains properties of the objects that grant the descriptor of the Win32 window to other applications.

Comments

This interface is implemented by all platform windows. Using the property of this interface it is possible to get the window descriptor that can be further used in different methods.

The use of the descriptor window explicitly in the methods is outdated and no longer supported. New methods that take as a parameter the objects that support the IWin32Window interface were implemented instead of the outdated methods that use the explicit indication of the window descriptor.

Examples of the interface use are given in description of the Handle property.

Properties

  Property name Brief description
Handle Outdated.The Handle property returns a value of the window descriptor.

See also:

Forms Assembly Interfaces