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