FocusHelper::IsKeyboardFocusWithin Method (UIElement^)
Visual Studio 2015
Determines whether WPF or Win32 keyboard focus is within the specified element.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- element
-
Type:
System.Windows::UIElement^
The element to check.
Return Value
Type: System::BooleanReturns true if the focus is within the element; otherwise returns false.
Show: