Číst v angličtině Upravit

Sdílet prostřednictvím


ContainerControl.Select(Boolean, Boolean) Method

Definition

Activates a child control. Optionally specifies the direction in the tab order to select the control from.

protected override void Select(bool directed, bool forward);

Parameters

directed
Boolean

true to specify the direction of the control to select; otherwise, false.

forward
Boolean

true to move forward in the tab order; false to move backward in the tab order.

Applies to

Produkt Verze
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also