Without focus scope : ApplicationCommands « Windows Presentation Foundation « VB.Net






Without focus scope

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>

   
    
    
    
    
    
    
    
  








Related examples in the same category

1.Bind ApplicationCommand to a handlerBind ApplicationCommand to a handler
2.Assign ApplicationCommands.Open to ButtonAssign ApplicationCommands.Open to Button
3.Menu with Application command: cut, copy, pasteMenu with Application command: cut, copy, paste
4.Binding command to ApplicationCommands.RedoBinding command to ApplicationCommands.Redo
5.Binding Command to ApplicationCommands.NewBinding Command to ApplicationCommands.New
6.Bind CanExecute to ApplicationCommands.SaveBind CanExecute to ApplicationCommands.Save
7.Binding ApplicationCommands.New Command to your own handlerBinding ApplicationCommands.New Command to your own handler
8.Change ApplicationCommands.New.TextChange ApplicationCommands.New.Text
9.Call ApplicationCommands.New.Execute to execute the command directlyCall ApplicationCommands.New.Execute to execute the command directly
10.Use CommandBinding to bind ApplicationCommands.New in codeUse CommandBinding to bind ApplicationCommands.New in code
11.Use CommandBinding to Bind to ApplicationCommandsUse CommandBinding to Bind to ApplicationCommands
12.Add ApplicationCommands.Cut to TextBox with TextBox.CommandBindingsAdd ApplicationCommands.Cut to TextBox with TextBox.CommandBindings