Class FocusManagerHelper
Represents a helper that gets the focused element in the SL4, SL5 (including OOB) and WPF platforms.
Inheritance
System.Object
FocusManagerHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class FocusManagerHelper
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
|