4 references to STATE_SCROLLBUTTONS
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (4)
94
if (GetToolStripState(
STATE_SCROLLBUTTONS
))
622
return GetToolStripState(
STATE_SCROLLBUTTONS
);
627
SetToolStripState(
STATE_SCROLLBUTTONS
, value);
820
if (GetToolStripState(
STATE_SCROLLBUTTONS
))