_OLECRF Enumeration
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
| Member name | Description | |
|---|---|---|
| olecrfExclusiveActivation | Indicates that the component becomes exclusively active when it is activated. | |
| olecrfExclusiveBorderSpace | Indicates that exclusive border space is required when the component is active. | |
| olecrfNeedAllActiveNotifs | Indicates that a component notification is required for every change in the activation state. | |
| olecrfNeedIdleTime | Indicates that a component idle time is required. | |
| olecrfNeedPeriodicIdleTime | Indicates that a component idle time of a set period of milliseconds is required. | |
| olecrfNeedSpecActiveNotifs | Indicates that component notification for special activation changes is required. This notifies the component if either the ExclusiveBorderSpace mode or ExlusiveActivation mode changes. | |
| olecrfPreTranslateAll | Indicates that the component processes all messages before translation. | |
| olecrfPreTranslateKeys | Indicates that the component processes keyboard messages before translation. |
Represents OLE component registration flags.