_OLEGAC Enum

Definition

Specifies OLE GetActiveComponent values. These values are passed to Microsoft.VisualStudio.OLE.Interop.IOleComponentManager.FGetActiveComponent.

public enum class _OLEGAC
public enum class _OLEGAC
enum _OLEGAC
public enum _OLEGAC
type _OLEGAC = 
Public Enum _OLEGAC
Inheritance
_OLEGAC

Fields

olegacActive 0

Indicates that the true active component is retrieved.

olegacTracking 1

Indicates that the tracking component is retrieved.

olegacTrackingOrActive 2

Indicates that the tracking component is retrieved if it exists. Otherwise, the true active component is retrieved.

Applies to