System.Windows.Forms.XplatUICarbon.SetOwner C# (CSharp) Method

SetOwner() private method

private SetOwner ( IntPtr hWnd, IntPtr hWndOwner ) : bool
hWnd System.IntPtr
hWndOwner System.IntPtr
return bool
		internal override bool SetOwner(IntPtr hWnd, IntPtr hWndOwner) {
			// TODO: Set window owner. 
			return true;
		}
		
XplatUICarbon