System.Windows.Forms.XplatUIX11.XGetSelectionOwner C# (CSharp) 메소드

XGetSelectionOwner() 정적인 개인적인 메소드

static private XGetSelectionOwner ( IntPtr display, IntPtr selection ) : IntPtr
display IntPtr
selection IntPtr
리턴 IntPtr
		internal static IntPtr XGetSelectionOwner(IntPtr display, IntPtr selection) {
			DebugHelper.TraceWriteLine ("XGetSelectionOwner");
			return _XGetSelectionOwner(display, selection);
		}
XplatUIX11