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
[SuppressMessage("Microsoft.Design", "CA1053:StaticHolderTypesShouldNotHaveConstructors")]
[SuppressMessage("Design", "CA1052:Static holder types should be Static or NotInheritable", Justification = "<Pending>")]
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