Class FocusManagerHelper
Represents a helper that gets the focused element in the SL4, SL5 (including OOB) and WPF platforms.
Inheritance
System.Object
FocusManagerHelper
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class FocusManagerHelper : Object
Constructors
FocusManagerHelper()
Declaration
public FocusManagerHelper()
Methods
GetFocusedElement(DependencyObject)
Gets the focused element.
Declaration
public static IInputElement GetFocusedElement(DependencyObject element)
Parameters
System.Windows.DependencyObject
element
The element. |
Returns
System.Windows.IInputElement
|