IDesignerToolboxImpl

template <class T>

class ATL_NO_VTABLE IDesignerToolboxImpl : public IDesignerToolbox

Parameters

T

Your derived class.

IDesignerToolboxImpl provides the default implementation of the IDesignerToolbox interface.

#include <addes.h>

Class Members

Method Description
IsSupported (IDataObject *pdo) Checks whether the designer supports the specified object.
ItemPicked (IDataObject *pdo) Called when the user selects an item from the toolbox to add to the designer.
GetControlsInUse (DWORD *pcControls, CLSID **prgClsid) Returns the ActiveX controls currently hosted by the designer.

IDesignerToolboxImpl implements methods of the IDesignerToolbox interface. You can extend or override any of these methods in your code.

See Also

IDesignerToolbox