#if !defined(AFX_LEADSCROLLINFO_H__087F850E_8AC7_4304_AA0E_36A638B93FB8__INCLUDED_) #define AFX_LEADSCROLLINFO_H__087F850E_8AC7_4304_AA0E_36A638B93FB8__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. ///////////////////////////////////////////////////////////////////////////// // CLEADScrollInfo wrapper class class CLEADScrollInfo : public COleDispatchDriver { public: CLEADScrollInfo() {} // Calls COleDispatchDriver default constructor CLEADScrollInfo(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLEADScrollInfo(const CLEADScrollInfo& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: long GetMin(); long GetMax(); long GetPage(); void SetPage(long nNewValue); long GetLine(); void SetLine(long nNewValue); long GetPos(); void SetPos(long nNewValue); BOOL GetVisible(); float GetWidth(); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LEADSCROLLINFO_H__087F850E_8AC7_4304_AA0E_36A638B93FB8__INCLUDED_)