4 references to HasDropDown
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
2166
if (this.CanOverflow && this.OverflowButton.
HasDropDown
) {
2181
if (this.CanOverflow && this.OverflowButton.
HasDropDown
) {
2199
return (toolStripOverflowButton == null || !toolStripOverflowButton.
HasDropDown
) ? null : toolStripOverflowButton.DropDown as ToolStripOverflow;
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
462
if (
HasDropDown
&& DropDown.IsAutoGenerated) {