1 instantiation of TBBUTTON
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
585
NativeMethods.TBBUTTON button = new NativeMethods.
TBBUTTON
();
8 references to TBBUTTON
System.Windows.Forms (8)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5095
public
TBBUTTON
tbButton;
winforms\Managed\System\WinForms\ToolBar.cs (4)
1199
NativeMethods.
TBBUTTON
tbbutton = value.GetTBBUTTON(index);
1290
SendMessage(NativeMethods.TB_BUTTONSTRUCTSIZE, Marshal.SizeOf(typeof(NativeMethods.
TBBUTTON
)), 0);
1375
int cb = Marshal.SizeOf(typeof(NativeMethods.
TBBUTTON
));
1381
NativeMethods.
TBBUTTON
tbbutton = buttons[x].GetTBBUTTON(x);
winforms\Managed\System\WinForms\ToolBarButton.cs (2)
583
internal NativeMethods.
TBBUTTON
GetTBBUTTON(int commandId) {
585
NativeMethods.
TBBUTTON
button = new NativeMethods.TBBUTTON();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
900
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethods.
TBBUTTON
lParam);