IAxWinHostWindowLic Interface
This interface provides methods for manipulating a licensed control and its host object.
interface IAxWinHostWindowLic : IAxWinHostWindow
Members
Methods
Creates a licensed control and attaches it to the host object. |
|
Creates a licensed control, attaches it to the host object, and optionally sets up an event handler. |
Remarks
IAxWinHostWindowLic inherits from IAxWinHostWindow and adds methods that support the creation of licensed controls.
See Hosting ActiveX Controls Using ATL AXHost for a sample that uses the members of this interface.
Requirements
The definition of this interface is available as IDL or C++, as shown below.
Definition type |
File |
---|---|
IDL |
ATLIFace.idl |
C++ |
ATLIFace.h (also included in ATLBase.h) |