System.Windows.Forms.XplatUICarbon.GetPreviousWindow C# (CSharp) 메소드

GetPreviousWindow() 개인적인 메소드

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