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