#if !defined(AFX_LEADTOOLBAR_H__DB7890C5_0470_4A9A_AFC7_D1D07B2942B2__INCLUDED_) #define AFX_LEADTOOLBAR_H__DB7890C5_0470_4A9A_AFC7_D1D07B2942B2__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 CLTToolBarButton; ///////////////////////////////////////////////////////////////////////////// // CLEADToolBar wrapper class class CLEADToolBar : public CWnd { protected: DECLARE_DYNCREATE(CLEADToolBar) public: CLSID const& GetClsid() { static CLSID const clsid = { 0x140620, 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: 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); short AddButton(long nButtonID, long nButtonRefID, long nFlags); short RemoveButton(long nButtonID); CLTToolBarButton GetButton(long nButtonID); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LEADTOOLBAR_H__DB7890C5_0470_4A9A_AFC7_D1D07B2942B2__INCLUDED_)