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)
2110
if (DisplayedItems[current].
CanKeyboardSelect
)
2148
if (otherItem == selectedItem || !otherItem.
CanKeyboardSelect
)
4714
if (item.
CanKeyboardSelect
&& item.Visible)