Mega Code Archive

 
Categories / VB.Net Tutorial / WPF
 

Without focus scope

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"       xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">     <StackPanel>       <Button Command="ApplicationCommands.Copy"  Content="_Copy" />       <Button Command="ApplicationCommands.Paste" Content="_Paste" />       <TextBox />     </StackPanel> </Page>