'Declaration Public Shared Function ContainsFocus( _ ByVal e As FrameworkElement _ ) As Boolean
public static bool ContainsFocus( FrameworkElement e )
Parameters
- e
- Element to check.
Return Value
True if the element or one of its children contains the focus.