4 references to STATE_SCROLLBUTTONS
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (4)
137
if (GetToolStripState(
STATE_SCROLLBUTTONS
)) {
621
return GetToolStripState(
STATE_SCROLLBUTTONS
);
625
SetToolStripState(
STATE_SCROLLBUTTONS
, value);
778
if (GetToolStripState(
STATE_SCROLLBUTTONS
)) {