2 references to TCM_INSERTITEMW
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
933int index = SendMessage(PInvoke.TCM_INSERTITEMW, TabCount + 1, tabPage); 1170index = IsHandleCreated ? SendMessage(PInvoke.TCM_INSERTITEMW, index, tabPage) : index;