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