AxHost.ConnectionPointCookie Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Connects an ActiveX control to a client that handles the control’s events.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | AxHost.ConnectionPointCookie(Object, Object, Type) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the AxHost.ConnectionPointCookie class. |
| Name | Description | |
|---|---|---|
![]() | Disconnect() | This API supports the product infrastructure and is not intended to be used directly from your code. Disconnects the ActiveX control from the client. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | This API supports the product infrastructure and is not intended to be used directly from your code. Releases the unmanaged resources used by the AxHost.ConnectionPointCookie class.(Overrides Object.Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
ActiveX controls communicate with clients through their COM interface. The AxHost.ConnectionPointCookie class provides the link between the AxHost class and the ActiveX control.
For more information, see "Events in COM and Connectable Objects" in the MSDN library at http://msdn.microsoft.com/library.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

