1 override of GetFirstChildControlInTabOrder
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3860
internal override Control?
GetFirstChildControlInTabOrder
(bool forward) => null;
2 references to GetFirstChildControlInTabOrder
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
5482
Control? found = ctl.
GetFirstChildControlInTabOrder
(forward: true);
5637
Control? found = ctl.
GetFirstChildControlInTabOrder
(forward: false);