ResetActiveAndFocusedControlsRecursive method

Resets the active control and the control that has focus. If the active control is itself a container control, this method is called on the active control before it's reset.

Syntax

internal void ResetActiveAndFocusedControlsRecursive()

Warning

The ResetActiveAndFocusedControlsRecursive method is internal and is not meant to be used directly in your code.

Microsoft does not support the use of this method in a production application under any circumstance.

Requirements

Namespace: System.Windows.Forms

Assembly: System.Windows.Forms (in System.Windows.Forms.dll)

.NET Framework versions: Available since 1.0.

See also