This interface is for internal use and should not be called from your own code.
public interface IWindowTarget { // Public Instance Methods public void OnHandleChange(IntPtr newHandle); public void OnMessage(ref Message m); }
Control.WindowTarget