3 references to TCM_SETCURSEL
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TabControl.cs (3)
754SendMessage(NativeMethods.TCM_SETCURSEL, value, 0); 1754UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TCM_SETCURSEL, (IntPtr)index, IntPtr.Zero); 2079SendMessage(NativeMethods.TCM_SETCURSEL, lastSelection, 0);