FocusManager Methods
.NET Framework 4
The FocusManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
GetFocusedElement | Gets the element with logical focus within the specified focus scope. |
|
GetFocusScope | Determines the closest ancestor of the specified element that has IsFocusScope set to true. |
|
GetIsFocusScope | Determines whether the specified DependencyObject is a focus scope. |
|
SetFocusedElement | Sets logical focus on the specified element. |
|
SetIsFocusScope | Sets the specified DependencyObject as a focus scope. |