Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
ApplicationCommands « Windows Presentation Foundation « VB.Net
VB.Net
Windows Presentation Foundation
ApplicationCommands
1.
Without focus scope
2.
Bind ApplicationCommand to a handler
3.
Assign ApplicationCommands.Open to Button
4.
Menu with Application command: cut, copy, paste
5.
Binding command to ApplicationCommands.Redo
6.
Binding Command to ApplicationCommands.New
7.
Bind CanExecute to ApplicationCommands.Save
8.
Binding ApplicationCommands.New Command to your own handler
9.
Change ApplicationCommands.New.Text
10.
Call ApplicationCommands.New.Execute to execute the command directly
11.
Use CommandBinding to bind ApplicationCommands.New in code
12.
Use CommandBinding to Bind to ApplicationCommands
13.
Add ApplicationCommands.Cut to TextBox with TextBox.CommandBindings