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; 543RequiresScrollButtons = false;
5 references to RequiresScrollButtons
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (5)
62get => !RequiresScrollButtons; 546if (!RequiresScrollButtons) 612bool changed = (RequiresScrollButtons != value); 640if (!RequiresScrollButtons || Items.Count == 0) 775if (RequiresScrollButtons)