FocusHelper::IsKeyboardFocusWithin Method (IntPtr)
Visual Studio 2015
Determines whether WPF or Win32 keyboard focus is within the specified HWND.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- hwnd
-
Type:
System::IntPtr
The HWND which may have or contain the focus.
Return Value
Type: System::BooleanReturns true if the focus is within or contained by the HWND; otherwise returns false.
Show: