3 references to TCM_SETCURSEL
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabControl.cs (3)
690
PInvokeCore.SendMessage(this, PInvoke.
TCM_SETCURSEL
, (WPARAM)value);
1669
PInvokeCore.SendMessage(this, PInvoke.
TCM_SETCURSEL
, (WPARAM)index);
1998
PInvokeCore.SendMessage(this, PInvoke.
TCM_SETCURSEL
, (WPARAM)_lastSelection);