ClassFocusManagerHelper
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:
cs-api-definition
public class FocusManagerHelper
Inheritance: objectFocusManagerHelper
Constructors
FocusManagerHelper()
Declaration
cs-api-definition
public FocusManagerHelper()
Methods
GetFocusedElement(DependencyObject)
Gets the focused element.
Declaration
cs-api-definition
public static IInputElement GetFocusedElement(DependencyObject element)
Parameters
element
DependencyObject
The element.
Returns
IInputElement