CommonMessagePump::IOleComponent::OnAppActivate Method (Int32, UInt32)

 

Notifies the component when the host application gains or loses activation.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual void OnAppActivate(
	int fActive,
	unsigned int dwOtherThreadID
) sealed = IOleComponent::OnAppActivate

Parameters

fActive
Type: System::Int32

True if the application is being activated, false if it is losing activation.

dwOtherThreadID
Type: System::UInt32

The ID of the thread that owns the window.

See OnAppActivate for more information.

Return to top
Show: