Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the OLE component state.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public Enumeration _OLECSTATE
public enum _OLECSTATE
public enum class _OLECSTATE
type _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. |