BCGSuite for MFC
virtual void CBCGPEditCtrl::RemoveXMLSettings ( )
virtual

Removes all syntax highlighting settings that have been applied to the edit control.

Call this function to remove all syntax highlighting settings that have been applied to the edit control. As a result, m_mapWordColors and m_lstColorBlocks members will be cleaned up.

You apply the syntax highlighting settings using SetBlockColor(), SetWordColor(), LoadXMLSettings(), LoadXMLSettingsFromBuffer().