_OLELOOP2 Enumeration
Enumerates types of message loops used on forms.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Public Enumeration _OLELOOP2
public enum _OLELOOP2
public enum class _OLELOOP2
type _OLELOOP2
public enum _OLELOOP2
Members
Member name | Description | |
---|---|---|
oleloopModelessFormWithHandles | The form is modeless. | |
oleloopModelessFormWithHandlesNoIdle | The form is modeless and no processing is done when the message loop is idle. | |
oleloopModalFormWithHandles | The form is modal. | |
oleloopModalFormWithHandlesNoIdle | The form is modal and no processing is done when the message loop is idle. |