Activates a child control. Optionally specifies the direction in the tab order to select the control from.
Syntax
protected override
void Select (
bool directed,
bool forward)
Parameters
- directed
-
true to specify the direction of the control to select; otherwise, false. - forward
-
true to move forward in the tab order; false to move backward in the tab order.
Remarks
Requirements
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0