I appologize for what is a simple question, but I just can't seem to find the appropriate methods. I want to programatically invoke cut/copy/paste functions that exist on the default context menu programatically. What is the necessary method call?
I appologize for what is a simple question, but I just can't seem to find the appropriate methods. I want to programatically invoke cut/copy/paste functions that exist on the default context menu programatically. What is the necessary method call?
Hi Matt,
It's methods on the view like:
syntaxEditor.SelectedView.CopyToClipboard()
That's just what I was looking for. Thanks.
Please log in to a validated account to post comments.