_OLECSTATE Enumeration
Specifies the OLE component state.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
Public Enumeration _OLECSTATE
public enum _OLECSTATE
Members
Member name | Description | |
---|---|---|
olecstateModal | Indicates that the component is in a modal state. Top-level windows are disabled. | |
olecstateRedrawOff | Indicates that the component is in a redrawOff state. Window repainting is disabled. | |
olecstateWarningsOff | Indicates that the component is in a warningsOff state. User warnings are disabled. | |
olecstateRecording | Indicates that the component is in a recording state. |