#if !defined(AFX_LTTOOLBARBUTTON_H__25F4A569_B971_42F4_9D0E_63AA350C710C__INCLUDED_) #define AFX_LTTOOLBARBUTTON_H__25F4A569_B971_42F4_9D0E_63AA350C710C__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. ///////////////////////////////////////////////////////////////////////////// // CLTToolBarButton wrapper class class CLTToolBarButton : public COleDispatchDriver { public: CLTToolBarButton() {} // Calls COleDispatchDriver default constructor CLTToolBarButton(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLTToolBarButton(const CLTToolBarButton& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: BOOL GetVisible(); void SetVisible(BOOL bNewValue); BOOL GetEnabled(); void SetEnabled(BOOL bNewValue); BOOL GetChecked(); void SetChecked(BOOL bNewValue); long GetId(); void SetId(long nNewValue); LPDISPATCH GetPicture(); void SetPicture(LPDISPATCH newValue); CString GetToolTipText(); void SetToolTipText(LPCTSTR lpszNewValue); long GetUserTag(); void SetUserTag(long nNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LTTOOLBARBUTTON_H__25F4A569_B971_42F4_9D0E_63AA350C710C__INCLUDED_)