**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / WINELib / IWindowTarget.cs
blobf5482584eed17b06cae6eed408c0c3d8a82a879d
1 //
2 // System.Windows.Forms.IWindowTarget.cs
3 //
4 // Author:
5 // William Lamb (wdlamb@notwires.com)
6 // Dennis Hayes (dennish@raytek.com)
7 //
8 // (C) 2002 Ximian, Inc. http://www.ximian.com
9 //
11 namespace System.Windows.Forms {
13 public interface IWindowTarget {
15 // There is no documentation for this interface's members!
16 // Only a note saying that it supports the .NET infrastructure
17 // and is not intended to be used directly from your code.
18 // The following methods had their own listing in the documentation;
19 // I don't know what other methods and properties there may be.
21 void OnHandleChange(IntPtr newHandle);
22 void OnMessage(ref Message m);