Redigeeri

AxHost.ConnectionPointCookie Class

Definition

Connects an ActiveX control to a client that handles the control's events.

This API supports the product infrastructure and is not intended to be used directly from your code.

public: ref class AxHost::ConnectionPointCookie
public class AxHost.ConnectionPointCookie
type AxHost.ConnectionPointCookie = class
Public Class AxHost.ConnectionPointCookie
Inheritance
AxHost.ConnectionPointCookie

Remarks

ActiveX controls communicate with clients through their COM interface. The AxHost.ConnectionPointCookie class provides the link between the AxHost class and the ActiveX control.

Constructors

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.

Methods

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.

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.

Applies to