4 references to STATE_SCROLLBUTTONS
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (4)
94
if (GetToolStripState(
STATE_SCROLLBUTTONS
))
612
return GetToolStripState(
STATE_SCROLLBUTTONS
);
617
SetToolStripState(
STATE_SCROLLBUTTONS
, value);
797
if (GetToolStripState(
STATE_SCROLLBUTTONS
))