Skybound.Gecko.GeckoWebBrowser.IsChild C# (CSharp) Method

IsChild() private method

private IsChild ( IntPtr hWndParent, IntPtr hwnd ) : bool
hWndParent System.IntPtr
hwnd System.IntPtr
return bool
        private static extern bool IsChild(IntPtr hWndParent, IntPtr hwnd);