Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the HWND of the window that is gaining focus.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
Syntax
'Declaration
Public Property HwndGainingFocus As IntPtr
public IntPtr HwndGainingFocus { get; private set; }
public:
property IntPtr HwndGainingFocus {
IntPtr get ();
private: void set (IntPtr value);
}
member HwndGainingFocus : IntPtr with get, private set
function get HwndGainingFocus () : IntPtr
private function set HwndGainingFocus (value : IntPtr)
Property Value
Type: IntPtr
The HWND of the window that is gaining focus.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.