Base:
property
RequiresScrollButtons
System.Windows.Forms.ToolStripDropDown.RequiresScrollButtons
2 writes to RequiresScrollButtons
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (2)
101RequiresScrollButtons = !value; 583this.RequiresScrollButtons = false;
5 references to RequiresScrollButtons
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (5)
98return !RequiresScrollButtons; 586if (!this.RequiresScrollButtons) { 624bool changed = (RequiresScrollButtons != value); 648if (!RequiresScrollButtons || this.Items.Count == 0) { 762if (RequiresScrollButtons) {