IWindowTarget Interfejs

Definicja

Definiuje warstwę komunikacji między kontrolką a interfejsem API systemu Windows.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public interface class IWindowTarget
public interface IWindowTarget
type IWindowTarget = interface
Public Interface IWindowTarget

Uwagi

Klasa Control implementuje ten interfejs wewnętrznie.

Metody

OnHandleChange(IntPtr)

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Ustawia uchwyt IWindowTarget do określonego uchwytu.

OnMessage(Message)

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Przetwarza komunikaty systemu Windows.

Dotyczy