_OLECRF Enumeration

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Public Enumeration _OLECRF
‘사용 방법
Dim instance As _OLECRF
public enum _OLECRF
public enum class _OLECRF
type _OLECRF
public enum _OLECRF

Members

Member name Description
olecrfNeedIdleTime Indicates that a component idle time is required.
olecrfNeedPeriodicIdleTime Indicates that a component idle time of a set period of milliseconds is required.
olecrfPreTranslateKeys Indicates that the component processes keyboard messages before translation.
olecrfPreTranslateAll Indicates that the component processes all messages before translation.
olecrfNeedSpecActiveNotifs Indicates that component notification for special activation changes is required. This notifies the component if either the ExclusiveBorderSpace mode or ExlusiveActivation mode changes.
olecrfNeedAllActiveNotifs Indicates that a component notification is required for every change in the activation state.
olecrfExclusiveBorderSpace Indicates that exclusive border space is required when the component is active.
NoteNote
This is typically used only by top-level Mac components.
olecrfExclusiveActivation Indicates that the component becomes exclusively active when it is activated.

Remarks

Represents OLE component registration flags.

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace