#ifndef __LINESTYLE_H__ #define __LINESTYLE_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. ///////////////////////////////////////////////////////////////////////////// // CLineStyle wrapper class class CLineStyle : public COleDispatchDriver { public: CLineStyle() {} // Calls COleDispatchDriver default constructor CLineStyle(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLineStyle(const CLineStyle& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); long GetPattern(); void SetPattern(long); unsigned long GetColor(); void SetColor(unsigned long); long GetWidth(); void SetWidth(long); // Operations public: }; #endif // __LINESTYLE_H__