AxHost.ActiveXInvokeKind Enum

Definition

Specifies the type of member that referenced the ActiveX control while it was in an invalid state.

public: enum class AxHost::ActiveXInvokeKind
public enum AxHost.ActiveXInvokeKind
type AxHost.ActiveXInvokeKind = 
Public Enum AxHost.ActiveXInvokeKind
Inheritance
AxHost.ActiveXInvokeKind

Fields

MethodInvoke 0

A method referenced the ActiveX control.

PropertyGet 1

The get accessor of a property referenced the ActiveX control.

PropertySet 2

The set accessor of a property referenced the ActiveX control.

Examples

The AxHost.ActiveXInvokeKind enumeration is used by the AxHost.InvalidActiveXStateException exception to specify the type of member that referenced the ActiveX control while it was an invalid state.

Applies to

See also