IOleComponent Methods

 

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

NameDescription
System_CAPS_pubmethodFContinueMessageLoop(UInt32, IntPtr, array<MSG>^)

Called during each iteration of a message loop.

System_CAPS_pubmethodFDoIdle(UInt32)

Gives the component a chance to do idle time tasks.

System_CAPS_pubmethodFPreTranslateMessage(array<MSG>^)

Processes the message before it is translated and dispatched.

System_CAPS_pubmethodFQueryTerminate(Int32)

Called when the component manager wishes to know if the component is in a state in which it can terminate.

System_CAPS_pubmethodFReserved1(UInt32, UInt32, IntPtr, IntPtr)

Reserved.

System_CAPS_pubmethodHwndGetWindow(UInt32, UInt32)

Gets a window associated with the component.

System_CAPS_pubmethodOnActivationChange(IOleComponent^, Int32, array<OLECRINFO>^, Int32, array<OLECHOSTINFO>^, UInt32)

Notifies the component when a new object is being activated.

System_CAPS_pubmethodOnAppActivate(Int32, UInt32)

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

System_CAPS_pubmethodOnEnterState(UInt32, Int32)

Notifies the component when the application enters or exits the specified state.

System_CAPS_pubmethodOnLoseActivation()

Notifies the active component that it has lost its active status because the host or another component has become active.

System_CAPS_pubmethodTerminate()

Terminates the message loop.

Return to top
Show: