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; 547RequiresScrollButtons = false;
5 references to RequiresScrollButtons
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (5)
62get => !RequiresScrollButtons; 550if (!RequiresScrollButtons) 616bool changed = (RequiresScrollButtons != value); 644if (!RequiresScrollButtons || Items.Count == 0) 780if (RequiresScrollButtons)