LostFocusEventArgs::WindowGettingFocus Property

 

The handle of the window that will get keyboard focus after this event is processed.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property IntPtr WindowGettingFocus {
	IntPtr get();
	private: void set(IntPtr value);
}

Property Value

Type: System::IntPtr
Return to top
Show: