_OLECRF Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.