#if !defined(AFX_LEADWINDOWLEVELACTION_H__E801DD1B_0BC0_437E_8F9D_EFDADC618490__INCLUDED_) #define AFX_LEADWINDOWLEVELACTION_H__E801DD1B_0BC0_437E_8F9D_EFDADC618490__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; ///////////////////////////////////////////////////////////////////////////// // CLEADWindowLevelAction wrapper class class CLEADWindowLevelAction : public COleDispatchDriver { public: CLEADWindowLevelAction() {} // Calls COleDispatchDriver default constructor CLEADWindowLevelAction(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLEADWindowLevelAction(const CLEADWindowLevelAction& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: CPicture GetCursor(); void SetCursor(LPDISPATCH newValue); long GetChange(); void SetChange(long nNewValue); BOOL GetCircularMouseMove(); void SetCircularMouseMove(BOOL bNewValue); unsigned long GetStartColor(); void SetStartColor(unsigned long newValue); unsigned long GetEndColor(); void SetEndColor(unsigned long newValue); BOOL GetUse(); short SetKeyboardAction(long Direction); short SetMouseButtonAction(long MouseButton, long lFlags); short ActivateAction(BOOL bActive, long lFlags); long GetKey(); void SetKey(long nNewValue); long GetModifier(); void SetModifier(long nNewValue); short SetAction(long lCellIndex, long lSubCellIndex, long ActionLevel); short GetAction(long lCellIndex, long lSubCellIndex, long ActionLevel); short GetKeyboardAction(long Direction, long lFlags); long GetWidth(); void SetWidth(long nNewValue); long GetCenter(); void SetCenter(long nNewValue); long GetFillType(); void SetFillType(long nNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LEADWINDOWLEVELACTION_H__E801DD1B_0BC0_437E_8F9D_EFDADC618490__INCLUDED_)