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