_OLELOOP2 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates types of message loops used on forms.
public enum class _OLELOOP2
public enum class _OLELOOP2
enum _OLELOOP2
public enum _OLELOOP2
type _OLELOOP2 =
Public Enum _OLELOOP2
- Inheritance
-
_OLELOOP2
Fields
oleloopModalFormWithHandles | 22 | The form is modal. |
oleloopModalFormWithHandlesNoIdle | 23 | The form is modal and no processing is done when the message loop is idle. |
oleloopModelessFormWithHandles | 20 | The form is modeless. |
oleloopModelessFormWithHandlesNoIdle | 21 | The form is modeless and no processing is done when the message loop is idle. |