System.Windows.Forms.XplatUICarbon.SetCursor C# (CSharp) Метод

SetCursor() приватный Метод

private SetCursor ( IntPtr window, IntPtr cursor ) : void
window System.IntPtr
cursor System.IntPtr
Результат void
		internal override void SetCursor(IntPtr window, IntPtr cursor) {
			Hwnd hwnd = Hwnd.ObjectFromHandle (window);

			hwnd.Cursor = cursor;
		}
		
XplatUICarbon