Base:
property
RequiresScrollButtons
System.Windows.Forms.ToolStripDropDown.RequiresScrollButtons
2 writes to RequiresScrollButtons
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (2)
101
RequiresScrollButtons
= !value;
583
this.
RequiresScrollButtons
= false;
5 references to RequiresScrollButtons
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (5)
98
return !
RequiresScrollButtons
;
586
if (!this.
RequiresScrollButtons
) {
624
bool changed = (
RequiresScrollButtons
!= value);
648
if (!
RequiresScrollButtons
|| this.Items.Count == 0) {
762
if (
RequiresScrollButtons
) {