Definitions: Mono 1.2.6 (Revised) Date Submitted: 2/27/2008 8:15:11 AM Comments: ========================================= Pending issues: 1 [TODO] System.Windows.Forms.Cursor::set_Current(System.Windows.Forms.Cursor) Details: Implement setting a null cursor, and add XplatUI method to get current cursor **************************************************** P/Invokes made by this program Library: Kernel32.dll int GetCurrentThreadId() Library: user32.dll int GetWindowLong(IntPtr, int) int SetWindowLong(IntPtr, int, int) int ShowScrollBar(IntPtr, int, int) int UnhookWindowsHookEx(IntPtr) IntPtr CallNextHookEx(IntPtr, int, IntPtr, IntPtr) IntPtr SetWindowsHookEx(HookType, NativeMethods/HookProc, IntPtr, int) IntPtr WindowFromPoint(Point) Library: User32.dll bool DragDetect(IntPtr, Point) bool PostMessage(IntPtr, int, uint, uint) int SetWindowPos(IntPtr, IntPtr, int, int, int, int, FlagsSetWindowPos) int ShowWindow(IntPtr, Int16) IntPtr GetFocus() IntPtr SetFocus(IntPtr) uint SendMessage(IntPtr, int, uint, uint)