I recently upgraded my application to V. 2.0.20072.19209, and I just noticed that one of my C1Commands (in a ContextMenu), which used to look like this:
"Supply & Support Personnel"
now looks like this:
"Supply _Support Personnel".
Previously, to get the first result, I set the Text property on the C1Command to "Supply && Support Personnel". That code is still the same, but the result is not. Is there a new escape sequence to get the '&' to show up in the Command Text?