#if !defined(AFX_TBBUTTON_H__2039F9BD_EAE2_4D22_8C6D_3018F73C2180__INCLUDED_) #define AFX_TBBUTTON_H__2039F9BD_EAE2_4D22_8C6D_3018F73C2180__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; ///////////////////////////////////////////////////////////////////////////// // 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); CPicture 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_TBBUTTON_H__2039F9BD_EAE2_4D22_8C6D_3018F73C2180__INCLUDED_)