IWindowTarget Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the communication layer between a control and the Windows API.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IWindowTarget
public interface IWindowTarget
type IWindowTarget = interface
Public Interface IWindowTarget
Remarks
The Control class implements this interface internally.
Methods
OnHandleChange(IntPtr) |
This API supports the product infrastructure and is not intended to be used directly from your code. Sets the handle of the IWindowTarget to the specified handle. |
OnMessage(Message) |
This API supports the product infrastructure and is not intended to be used directly from your code. Processes the Windows messages. |