IAxWinHostWindow Interface
Visual Studio 2012
This interface provides methods for manipulating a control and its host object.
Important
|
|---|
|
This class and its members cannot be used in applications that execute in the Windows Runtime. |
interface IAxWinHostWindow : IUnknown
|
Attaches an existing control to the host object. |
|
|
Creates a control and attaches it to the host object. |
|
|
Creates a control, attaches it to the host object, and optionally sets up an event handler. |
|
|
Returns an interface pointer to the hosted control. |
|
|
Sets the external IDispatch interface. |
|
|
Sets the external IDocHostUIHandlerDispatch interface. |
Important