Base:
property
RequiresScrollButtons
System.Windows.Forms.ToolStripDropDown.RequiresScrollButtons
2 writes to RequiresScrollButtons
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (2)
63set => RequiresScrollButtons = !value; 557RequiresScrollButtons = false;
5 references to RequiresScrollButtons
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (5)
62get => !RequiresScrollButtons; 560if (!RequiresScrollButtons) 626bool changed = (RequiresScrollButtons != value); 654if (!RequiresScrollButtons || Items.Count == 0) 803if (RequiresScrollButtons)