Share via


FocusChangeForCrossThreadClientEventArgs.HwndGainingFocus Property

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

See Also

Reference

FocusChangeForCrossThreadClientEventArgs Class

Microsoft.VisualStudio.Shell Namespace