Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft