AxHost.ActiveXInvokeKind Enumeration
.NET Framework (current version)
Specifies the type of member that referenced the ActiveX control while it was in an invalid state.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 1.1
Show: