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