_OLECRF Enum

Definition

This enumeration supports a bitwise combination of its member values.

public enum class _OLECRF
public enum class _OLECRF
enum _OLECRF
public enum _OLECRF
[System.Flags]
public enum _OLECRF
type _OLECRF = 
[<System.Flags>]
type _OLECRF = 
Public Enum _OLECRF
Inheritance
_OLECRF
Attributes

Fields

Name Value Description
olecrfNeedIdleTime 1

Indicates that a component idle time is required.

olecrfNeedPeriodicIdleTime 2

Indicates that a component idle time of a set period of milliseconds is required.

olecrfPreTranslateKeys 4

Indicates that the component processes keyboard messages before translation.

olecrfPreTranslateAll 8

Indicates that the component processes all messages before translation.

olecrfNeedSpecActiveNotifs 16

Indicates that component notification for special activation changes is required. This notifies the component if either the ExclusiveBorderSpace mode or ExlusiveActivation mode changes.

olecrfNeedAllActiveNotifs 32

Indicates that a component notification is required for every change in the activation state.

olecrfExclusiveBorderSpace 64

Indicates that exclusive border space is required when the component is active.

olecrfExclusiveActivation 128

Indicates that the component becomes exclusively active when it is activated.

Remarks

Represents OLE component registration flags.

Applies to