Specifies the OLE component state.
Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
声明
Public Enumeration _OLECSTATE
用法
Dim instance As _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. |