手动给toolbar按钮添加消息View中:
.h: afx_msg void OnButtonBG();
.cpp: ON_COMMAND(ID_BUTTON_BG,OnButtonBG)
.cpp: void OnButton()