ClassFocusManagerHelper
Class
Represents a helper that gets the focused element.
Definition
Namespace:Telerik.UI.Xaml
Assembly:Telerik.WinUI.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 object GetFocusedElement(DependencyObject element)
Parameters
element
DependencyObject
The element.
Returns