Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. | |
| olecstateRecording | Indicates that the component is in a recording state. | |
| 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. |