Base:
property
HasDropDownItems
System.Windows.Forms.ToolStripDropDownItem.HasDropDownItems
2 references to HasDropDownItems
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1810if (toolStripOverflowButton != null && this.OverflowButton.HasDropDownItems) {
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
51if (disposing && this.HasDropDownItems) {