[]
Gets a value that determines whether an element or any of its children contains the focus.
public static bool ContainsFocus(FrameworkElement e)
Type | Name | Description |
---|---|---|
FrameworkElement | e | Element to check. |
Type | Description |
---|---|
bool | True if the element or one of its children contains the focus. |