#ifndef __TBBUTTON_H__ #define __TBBUTTON_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 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: // 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 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); }; #endif // __TBBUTTON_H__