I have created add-in for Visio but I have some problem related to Custom Panel. For implementing Custom Panel in Visio I used solution described in next link:
How can you add a Custom Panel in a Visio 2013 add-in?
My Custom Panel contain TextBoxes and Buttons. Buttons work correct and I can type text into any TextBox but I CAN'T insert text by using shortcut(Ctrl+V). When I type Ctrl+V my text is inserted in new shape of opened document. Another commands like Ctrl+X Ctrl+A etc do not work too. How can I resolve this problem?