// 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 CLEADImageListItem; ///////////////////////////////////////////////////////////////////////////// // CLeadImgList wrapper class class CLeadImgList : public CWnd { protected: DECLARE_DYNCREATE(CLeadImgList) public: CLSID const& GetClsid() { static CLSID const clsid = { 0x140100, 0xb1ba, 0x11ce, { 0xab, 0xc6, 0xf5, 0xb2, 0xe7, 0x9d, 0x9e, 0x3f } }; return clsid; } virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); } BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CFile* pPersist = NULL, BOOL bStorage = FALSE, BSTR bstrLicKey = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID, pPersist, bStorage, bstrLicKey); } // Attributes public: // Operations public: void SetBackColor(unsigned long newValue); unsigned long GetBackColor(); void SetBorderColor(unsigned long newValue); unsigned long GetBorderColor(); void SetBorderStyle(long nNewValue); long GetBorderStyle(); void SetFont(LPDISPATCH newValue); LPDISPATCH GetFont(); void SetForeColor(unsigned long newValue); unsigned long GetForeColor(); long GetWindow(); void SetAppearance(long nNewValue); long GetAppearance(); void SetMousePointer(long nNewValue); long GetMousePointer(); void SetMouseIcon(LPDISPATCH newValue); LPDISPATCH GetMouseIcon(); CLEADImageListItem Item(long Index); BOOL GetEnableMethodErrors(); void SetEnableMethodErrors(BOOL bNewValue); short GetScaleMode(); void SetScaleMode(short nNewValue); float GetScaleTop(); void SetScaleTop(float newValue); float GetScaleLeft(); void SetScaleLeft(float newValue); float GetScaleHeight(); void SetScaleHeight(float newValue); float GetScaleWidth(); void SetScaleWidth(float newValue); short GetAllowSelection(); void SetAllowSelection(short nNewValue); short GetSelectionStyle(); void SetSelectionStyle(short nNewValue); unsigned long GetSelectionColor(); void SetSelectionColor(unsigned long newValue); unsigned long GetItemBackgroundColor(); void SetItemBackgroundColor(unsigned long newValue); float GetItemWidth(); void SetItemWidth(float newValue); float GetItemHeight(); void SetItemHeight(float newValue); float GetItemVerticalSpacing(); void SetItemVerticalSpacing(float newValue); float GetItemHorizontalSpacing(); void SetItemHorizontalSpacing(float newValue); short GetScrollStyle(); void SetScrollStyle(short nNewValue); long GetRowCount(); long GetColumnCount(); BOOL GetDisplayItemText(); void SetDisplayItemText(BOOL bNewValue); void Clear(); short Insert(long Bitmap, LPCTSTR pszText, long Data); short InsertAt(long Bitmap, LPCTSTR pszText, long Data, long nIndex); short InsertFromBitmapList(long hBitmapList, LPCTSTR pszDefaultText); short Remove(long nIndex); short Sort(BOOL bAscending); long HitTest(float x, float y); long EnsureVisible(long nIndex); long ScrollItems(long nAmount); long GetCount(); short LoadFromFile(LPCTSTR pszFile, short nBits, long nStart, long nItems); short SaveToFile(LPCTSTR pszFile, short nFormat, short nBits, short nQFactor, BOOL bSelected); short SelectAll(BOOL bFlag); long GetPageCount(); long GetCurrentPage(); void UnlockSupport(short iType, LPCTSTR pszKey); BOOL IsSupportLocked(short iType); BOOL GetEnableKeyboard(); void SetEnableKeyboard(BOOL bNewValue); short GetBitonalScaling(); void SetBitonalScaling(short nNewValue); short GetPaintDither(); void SetPaintDither(short nNewValue); short GetPaintScaling(); void SetPaintScaling(short nNewValue); short SetSelectionBitmap(unsigned long crTransparent, long Bitmap); short SaveDatabase(LPCTSTR pszFilename, BOOL bSelected); short LoadDatabase(LPCTSTR pszFilename); long GetViewSize(); long GetFirstVisibleItem(); long GetSelectedCount(); CLEADImageListItem SelectedItems(long Index); BOOL GetOwnerDrawItems(); void SetOwnerDrawItems(BOOL bNewValue); long GetControlWindow(); BOOL GetCancelDB(); void SetCancelDB(BOOL bNewValue); BOOL GetOLEDropAllowed(); void SetOLEDropAllowed(BOOL bNewValue); };