2 writes to TB_SETBUTTONINFO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2494
TB_SETBUTTONINFO
= NativeMethods.TB_SETBUTTONINFOA;
2589
TB_SETBUTTONINFO
= NativeMethods.TB_SETBUTTONINFOW;
2 references to TB_SETBUTTONINFO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBar.cs (2)
1149
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TB_SETBUTTONINFO
, x, ref tbbi);
1237
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TB_SETBUTTONINFO
, index, ref tbbi);