_OLECSTATE Enum

Definition

Specifies the OLE component state.

public enum class _OLECSTATE
public enum class _OLECSTATE
enum _OLECSTATE
public enum _OLECSTATE
type _OLECSTATE = 
Public Enum _OLECSTATE
Inheritance
_OLECSTATE

Fields

olecstateModal 1

Indicates that the component is in a modal state. Top-level windows are disabled.

olecstateRecording 4

Indicates that the component is in a recording state.

olecstateRedrawOff 2

Indicates that the component is in a redrawOff state. Window repainting is disabled.

olecstateWarningsOff 3

Indicates that the component is in a warningsOff state. User warnings are disabled.

Applies to