2 writes to TB_GETBUTTONINFO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2493TB_GETBUTTONINFO = NativeMethods.TB_GETBUTTONINFOA; 2588TB_GETBUTTONINFO = NativeMethods.TB_GETBUTTONINFOW;
1 reference to TB_GETBUTTONINFO
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
559int buttonID = (int)UnsafeNativeMethods.SendMessage(new HandleRef(Parent, Parent.Handle), NativeMethods.TB_GETBUTTONINFO, commandId, ref button);