System.Windows.Forms.XplatUICarbon.HandleToWindow C# (CSharp) Méthode

HandleToWindow() private méthode

private HandleToWindow ( IntPtr handle ) : IntPtr
handle System.IntPtr
Résultat System.IntPtr
		internal IntPtr HandleToWindow (IntPtr handle) {
			if (HandleMapping [handle] != null)
				return (IntPtr) HandleMapping [handle];
			return IntPtr.Zero;
		}
XplatUICarbon