#ifndef __LABELCOLLECTION_H__ #define __LABELCOLLECTION_H__ // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. // Dispatch interfaces referenced by this interface class CLabel; ///////////////////////////////////////////////////////////////////////////// // CLabelCollection wrapper class class CLabelCollection : public COleDispatchDriver { public: CLabelCollection() {} // Calls COleDispatchDriver default constructor CLabelCollection(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLabelCollection(const CLabelCollection& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: long GetCount(); LPDISPATCH GetParent(); // Operations public: CLabel GetItem(const VARIANT& Index); CLabel Get_Item(const VARIANT& Index); void Remove(const VARIANT& Index); CLabel Add(LPCTSTR Text, const VARIANT& Before); void RemoveAll(); }; #endif // __LABELCOLLECTION_H__