I'm looking for a trick to remove an CMFCRibbonPanel
from CMFCRibbonCategory
. There is just the AddPanel()
function in the CMFCRibbonCategory
, but no RemovePanel()
.
Do I really need to rebuild my whole CMFCRibbonCategory
to do this?
Just for clarification, what I want is to remove the panel itself from the category and not the elements from the panel.