_OLECSTATE Enumeration

 

Specifies the OLE component state.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

public enum _OLECSTATE

Member nameDescription
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.

Return to top
Show: