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

GetPreviousWindow() private method

private GetPreviousWindow ( IntPtr handle ) : IntPtr
handle System.IntPtr
return System.IntPtr
		internal override IntPtr GetPreviousWindow(IntPtr handle) {
			return HIViewGetPreviousView(handle);
		}
		
XplatUICarbon