_OLELOOP Enumeration
Specifies the reasons for pushing a message loop.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
Public Enumeration _OLELOOP
public enum _OLELOOP
Members
Member name | Description | |
---|---|---|
oleloopFocusWait | Indicates the component is activating the host. | |
oleloopDoEvents | Indicates the component is requesting that the host to process messages. | |
oleloopDebug | Indicates the component has entered debug mode. | |
oleloopModalForm | Indicates the component is displaying a modal form. |
Remarks
Passed to FPushMessageLoop and FPushMessageLoop. The host should remain in the message loop until FContinueMessageLoop (or FContinueMessageLoop) returns false.