How can I tell if an hWnd belongs to one of my child controls?
I want to do something like:
if(this.Controls.Find(hWnd) != null) return false;
There's a Win32 function for this: IsChild