AxHost.ActiveXInvokeKind Enumeration
.NET Framework 1.1
Specifies the type of member that referenced the ActiveX control while it was in an invalid state.
[Visual Basic] <Serializable> Public Enum AxHost.ActiveXInvokeKind [C#] [Serializable] public enum AxHost.ActiveXInvokeKind [C++] [Serializable] __value public enum AxHost.ActiveXInvokeKind [JScript] public Serializable enum AxHost.ActiveXInvokeKind
Members
| 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. |
Example
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.
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
System.Windows.Forms Namespace | AxHost.InvalidActiveXStateException