1 override of AutoHide
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
150
internal override void
AutoHide
(ToolStripItem otherItemBeingSelected) {
2 references to AutoHide
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2003
dropDownItem.
AutoHide
(item);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
155
base.
AutoHide
(otherItemBeingSelected);