//////////////// // The following class was copied from BARTOOL.CPP in the MFC source. // All I changed was SetCheck--PD. // class CFlatOrCoolBarCmdUI : public CCmdUI // class private to this file ! { public: // re-implementations only virtual void Enable(BOOL bOn); virtual void SetCheck(int nCheck); virtual void SetText(LPCTSTR lpszText); };