IWindowTarget Interface

Definition

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.

Applies to