New to Telerik UI for WPFStart a free 30-day trial

Represents a helper that gets the focused element in the SL4, SL5 (including OOB) and WPF platforms.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class FocusManagerHelper

Inheritance: objectFocusManagerHelper

Constructors

C#
public FocusManagerHelper()

Methods

Gets the focused element.

C#
public static IInputElement GetFocusedElement(DependencyObject element)
Parameters:elementDependencyObject

The element.

Returns:

IInputElement