WindowsXP-SP1/windows/feime/cht/cblocks/mybar.h
2020-09-30 16:53:49 +02:00

21 lines
520 B
C++

/*************************************************
* mybar.h *
* *
* Copyright (C) 1995-1999 Microsoft Inc. *
* *
*************************************************/
#ifndef _MYBAR_H_
#define _MYBAR_H_
class CMyToolBar : public CToolBar
{
public:
CMyToolBar(){};
virtual void DestroyToolTip(BOOL bIdleStatus,BOOL bResetTimer);
protected:
};
#endif