#if !defined(AFX_LTVECTORCONTAINER_H__817C8C9C_B711_43C8_ACCA_0BEE84F6E29E__INCLUDED_) #define AFX_LTVECTORCONTAINER_H__817C8C9C_B711_43C8_ACCA_0BEE84F6E29E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // 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 CPicture; ///////////////////////////////////////////////////////////////////////////// // CLTVectorContainer wrapper class class CLTVectorContainer : public COleDispatchDriver { public: CLTVectorContainer() {} // Calls COleDispatchDriver default constructor CLTVectorContainer(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLTVectorContainer(const CLTVectorContainer& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: long GetLimitLeft(); void SetLimitLeft(long nNewValue); long GetLimitTop(); void SetLimitTop(long nNewValue); long GetLimitWidth(); void SetLimitWidth(long nNewValue); long GetLimitHeight(); void SetLimitHeight(long nNewValue); unsigned long GetBorderColor(); void SetBorderColor(unsigned long newValue); long GetHandleWidth(); void SetHandleWidth(long nNewValue); long GetHandleHeight(); void SetHandleHeight(long nNewValue); unsigned long GetHandleColor(); void SetHandleColor(unsigned long newValue); BOOL GetEnableHandles(); void SetEnableHandles(BOOL bNewValue); CPicture GetObjectCursor(long ObjectType); void SetObjectCursor(long ObjectType, LPDISPATCH newValue); BOOL GetEnabled(); void SetEnabled(BOOL bNewValue); short SetActive(); short Update(long nLeft, long nTop, long nWidth, long nHeight); short Reset(); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LTVECTORCONTAINER_H__817C8C9C_B711_43C8_ACCA_0BEE84F6E29E__INCLUDED_)