IOleComponent2.OnAppActivate(Int32, UInt32) Method

Definition

public:
 void OnAppActivate(int fActive, System::UInt32 dwOtherThreadID);
public:
 void OnAppActivate(int fActive, unsigned int dwOtherThreadID);
void OnAppActivate(int fActive, unsigned int dwOtherThreadID);
public void OnAppActivate (int fActive, uint dwOtherThreadID);
abstract member OnAppActivate : int * uint32 -> unit
Public Sub OnAppActivate (fActive As Integer, dwOtherThreadID As UInteger)

Parameters

fActive
Int32
dwOtherThreadID
UInt32

Implements

Applies to