2 writes to TB_ADDSTRING
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2490
TB_ADDSTRING
= NativeMethods.TB_ADDSTRINGA;
2585
TB_ADDSTRING
= NativeMethods.TB_ADDSTRINGW;
1 reference to TB_ADDSTRING
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1366
buttons[x].stringIndex = SendMessage(NativeMethods.
TB_ADDSTRING
, 0, addString);