_OLECSTATE 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.
Specifies the OLE component state.
public enum class _OLECSTATE
public enum class _OLECSTATE
enum _OLECSTATE
public enum _OLECSTATE
type _OLECSTATE =
Public Enum _OLECSTATE
- Inheritance
-
_OLECSTATE
Fields
olecstateModal | 1 | Indicates that the component is in a modal state. Top-level windows are disabled. |
olecstateRecording | 4 | Indicates that the component is in a recording state. |
olecstateRedrawOff | 2 | Indicates that the component is in a redrawOff state. Window repainting is disabled. |
olecstateWarningsOff | 3 | Indicates that the component is in a warningsOff state. User warnings are disabled. |