JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
ExToolBar.h
Go to the documentation of this file.
1#pragma once
2
10#include "MFCBase.h"
11
12
13namespace jbxwl {
14
15
16class CExFrame;
17
18
19// CExToolBar
20
21class CExToolBar : public CToolBar
22{
23 DECLARE_DYNAMIC(CExToolBar)
24
25public:
26 //CExFrame* pFrame;
27 UINT rsrcID;
28
29public:
30 //CExToolBar(CExFrame* pfrm=NULL);
31 CExToolBar(void);
32 virtual ~CExToolBar();
33
34 BOOL LoadToolBar(UINT id);
35
36protected:
37 DECLARE_MESSAGE_MAP()
38public:
39 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
40};
41
42
43} // namespace
virtual ~CExToolBar()
Definition ExToolBar.cpp:31
BOOL LoadToolBar(UINT id)
Definition ExToolBar.cpp:37
afx_msg BOOL OnEraseBkgnd(CDC *pDC)
Definition ExToolBar.cpp:54