3 references to STATE_ALLOWITEMREORDER
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
385
get { return GetToolStripState(
STATE_ALLOWITEMREORDER
); }
387
if (GetToolStripState(
STATE_ALLOWITEMREORDER
) != value) {
391
SetToolStripState(
STATE_ALLOWITEMREORDER
, value);