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's windows. Using the property of this interface it is possible to get the window descriptor that can be used in different methods further.

The use of the descriptor window explicity in the methods is outdated and no more supported. New methods that take as a parameter the objects that support the IWin32Window interface were implemented instead of the obsolete 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