2 writes to TB_INSERTBUTTON
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2495
TB_INSERTBUTTON
= NativeMethods.TB_INSERTBUTTONA;
2590
TB_INSERTBUTTON
= NativeMethods.TB_INSERTBUTTONW;
1 reference to TB_INSERTBUTTON
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1200
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TB_INSERTBUTTON
, index, ref tbbutton);