Base:
property
RequiresScrollButtons
System.Windows.Forms.ToolStripDropDown.RequiresScrollButtons
1 override of RequiresScrollButtons
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ToolStripScrollButton.ToolStripScrollButtonAccessibleObjectTests.cs (1)
170
internal override bool
RequiresScrollButtons
=> _requiresScrollButtons;
2 writes to RequiresScrollButtons
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (2)
63
set =>
RequiresScrollButtons
= !value;
543
RequiresScrollButtons
= false;
5 references to RequiresScrollButtons
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (5)
62
get => !
RequiresScrollButtons
;
546
if (!
RequiresScrollButtons
)
612
bool changed = (
RequiresScrollButtons
!= value);
640
if (!
RequiresScrollButtons
|| Items.Count == 0)
775
if (
RequiresScrollButtons
)