_OLEGAC Enumeration
Specifies OLE GetActiveComponent values. These values are passed to FGetActiveComponent.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Public Enumeration _OLEGAC
public enum _OLEGAC
public enum class _OLEGAC
type _OLEGAC
public enum _OLEGAC
Members
Member name | Description | |
---|---|---|
olegacActive | Indicates that the true active component is retrieved. | |
olegacTracking | Indicates that the tracking component is retrieved. | |
olegacTrackingOrActive | Indicates that the tracking component is retrieved if it exists. Otherwise, the true active component is retrieved. |