#ifndef __FILLSTYLE_H__ #define __FILLSTYLE_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. ///////////////////////////////////////////////////////////////////////////// // CFillStyle wrapper class class CFillStyle : public COleDispatchDriver { public: CFillStyle() {} // Calls COleDispatchDriver default constructor CFillStyle(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CFillStyle(const CFillStyle& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); unsigned long GetColor(); void SetColor(unsigned long); unsigned long Get_Color(); void Set_Color(unsigned long); // Operations public: }; #endif // __FILLSTYLE_H__