3 references to STATE_ALLOWITEMREORDER
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
302
get { return GetToolStripState(
STATE_ALLOWITEMREORDER
); }
305
if (GetToolStripState(
STATE_ALLOWITEMREORDER
) != value)
312
SetToolStripState(
STATE_ALLOWITEMREORDER
, value);