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)

public:
property IntPtr HwndGainingFocus {
	[CompilerGeneratedAttribute]
	IntPtr get();
	[CompilerGeneratedAttribute]
	private: void set(IntPtr value);
}

Property Value

Type: System::IntPtr

The HWND of the window that is gaining focus.

Return to top
Show: