FocusHelper.IsKeyboardFocusWithin Method
Include Protected Members
Include Inherited Members
Determines if WPF or Win32 keyboard focus is within a UIElement.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IsKeyboardFocusWithin(IntPtr) | Determines whether WPF or Win32 keyboard focus is within the specified HWND. | |
IsKeyboardFocusWithin(UIElement) | Determines whether WPF or Win32 keyboard focus is within the specified element. |
Top