_OLECRF Enumeration
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public Enumeration _OLECRF
public enum _OLECRF
public enum class _OLECRF
type _OLECRF
public enum _OLECRF
Members
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.
Note This is typically used only by top-level Macintosh components. |
|
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. |
Remarks
Represents OLE component registration flags.