I'm trying to unregister a tagger for an radSyntaxEditor. I've applied a tagger previously and want to change it. So far, it appears that I'd have to save which tagger was used prior, and then unregister it that way?
Meaning, there's no way (that I could find) to get a list of applied taggers. All of the methods assume you already know what is applied.
I guess you could create an object of each type of tagger and then check for every possible tagger and then remove it, but...
Basically, what I was expecting was either a way to get a collection of the applied taggers, or be able to call the UnRegisterTaggers without parameters to remove them all, etc.
Any help would be great!