In an app created using the default settings of the MFC application wizard in VS .NET, I have a toolbar. I would like to disable a button on this toolbar, from the CMainFrame::OnCreate() function, but unfortunately I can't access the _SetButton() member, as it is protected. How am I supposed to disable a button now?