Thanks for the quick response, Adam.
Unfortunately, the page that you referenced doesn't include an example for a "SelectNone" command. I tried the following with no luck:
CuteEditor_GetEditor(this).ExecCommand('SelectNone',false,'')
CuteEditor_GetEditor(this).ExecCommand('SelectNone')
CuteEditor_GetEditor(this).ExecCommand('selectnone')
CuteEditor_GetEditor(this).SelectNone
CuteEditor_GetEditor(this).SelectNone()
Could you provide an example demonstrating how to select none?
Thanks,
James