2 writes to TB_ADDBUTTONS
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2496
TB_ADDBUTTONS
= NativeMethods.TB_ADDBUTTONSA;
2591
TB_ADDBUTTONS
= NativeMethods.TB_ADDBUTTONSW;
1 reference to TB_ADDBUTTONS
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1386
SendMessage(NativeMethods.
TB_ADDBUTTONS
, count, ptbbuttons);