2 writes to TCM_SETITEM
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2529
TCM_SETITEM
= NativeMethods.TCM_SETITEMA;
2624
TCM_SETITEM
= NativeMethods.TCM_SETITEMW;
1 reference to TCM_SETITEM
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TabControl.cs (1)
1751
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TCM_SETITEM
, index, tcitem);