4 references to STATE_SCROLLBUTTONS
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (4)
94
if (GetToolStripState(
STATE_SCROLLBUTTONS
))
608
return GetToolStripState(
STATE_SCROLLBUTTONS
);
613
SetToolStripState(
STATE_SCROLLBUTTONS
, value);
792
if (GetToolStripState(
STATE_SCROLLBUTTONS
))