1 override of CanKeyboardSelect
System.Windows.Forms (1)
System\Windows\Forms\MDI\MdiControlStrip.ControlBoxMenuItem.cs (1)
16
internal override bool
CanKeyboardSelect
=> false;
3 references to CanKeyboardSelect
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
2107
if (DisplayedItems[current].
CanKeyboardSelect
)
2145
if (otherItem == selectedItem || !otherItem.
CanKeyboardSelect
)
4702
if (item.
CanKeyboardSelect
&& item.Visible)