AxHost::ActiveXInvokeKind Enumeration

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class ActiveXInvokeKind

Member nameDescription
MethodInvoke

A method referenced the ActiveX control.

PropertyGet

The get accessor of a property referenced the ActiveX control.

PropertySet

The set accessor of a property referenced the ActiveX control.

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.

.NET Framework
Available since 1.1
Return to top
Show: