CAxPropertyContainer::GetAxControl

virtual IUnknown* CAxPropertyContainer::GetAxControl(void)

Return a pointer to the ActiveX control.

Defined in: AxPropContainer.h

Return Value

IUnknown pointer to the ActiveX control associated with this container.

Comments

This is a pure virtual function, making this an abstract base class. Derived class bind an ActiveX control to the container by implementing this function.