Hey All, I am trying to implement buttons that follow the command pattern. .NET exposes ApplicationComm ands.Cut, copy and paste.
I am trying the following:
<Button Command="Applic ationCommands.C opy"/> //also have paste and cut.
<TextBox Width="50"/>
In the designer, selecting the textbox will eneable cut/copy. However when I run the application and go into the textbox and type, non the the buttons enable. Is this some sort of a focusing issue with the textbox?
thanks!
I am trying the following:
<Button Command="Applic ationCommands.C opy"/> //also have paste and cut.
<TextBox Width="50"/>
In the designer, selecting the textbox will eneable cut/copy. However when I run the application and go into the textbox and type, non the the buttons enable. Is this some sort of a focusing issue with the textbox?
thanks!
Comment