TOOLBOXITEM *GetToolboxItemArray();
Return Value
Pointer to the first item in the toolbox array.
Parameters
None.
Remarks
GetToolboxItemArray is the default method, defined so that you can use CComDesignerToolbox without implementing additional toolbox support. If necessary, you can override this method using BEGIN_TOOLBOXITEM_MAP() and associated macros.
See Also