#ifndef __TOOLBAR_H__ #define __TOOLBAR_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. // Dispatch interfaces referenced by this interface class CLTToolBarButton; ///////////////////////////////////////////////////////////////////////////// // CLEADToolBar wrapper class class CLEADToolBar : public CWnd { protected: DECLARE_DYNCREATE(CLEADToolBar) public: CLSID const& GetClsid() { static CLSID const clsid = { 0x120620, 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: // method 'QueryInterface' not emitted because of invalid return type or parameter type unsigned long AddRef(); unsigned long Release(); // method 'GetTypeInfoCount' not emitted because of invalid return type or parameter type // method 'GetTypeInfo' not emitted because of invalid return type or parameter type // method 'GetIDsOfNames' not emitted because of invalid return type or parameter type // method 'Invoke' not emitted because of invalid return type or parameter type BOOL GetEnableMethodErrors(); void SetEnableMethodErrors(BOOL bNewValue); void UnlockSupport(short iType, LPCTSTR pszKey); long IsSupportLocked(short iType); BOOL GetVisible(); void SetVisible(BOOL bNewValue); short CreateToolbar(long hWndParent, LPCTSTR pszTitle, long nFlags); long GetXPosition(); void SetXPosition(long nNewValue); long GetYPosition(); void SetYPosition(long nNewValue); long GetRowCount(); void SetRowCount(long nNewValue); long GetButtonBitmapWidth(); void SetButtonBitmapWidth(long nNewValue); long GetButtonBitmapHeight(); void SetButtonBitmapHeight(long nNewValue); long GetHToolbar(); short AddButton(long nButtonID, long nButtonRefID, long nFlags); short RemoveButton(long nButtonID); CLTToolBarButton GetButton(long nButtonID); }; #endif // __TOOLBAR_H__