FocusManagerHelper
Class
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
GetFocusedElement(DependencyObject)
IInputElement
Gets the focused element.
C#
public static IInputElement GetFocusedElement(DependencyObject element)
The element.
Returns:IInputElement