WPF Control Command Object
|
Example Control Command Properties
|
Meaning in Life
|
ApplicationCommands
|
Close, Copy, Cut, Delete, Find, Open, Paste, Save, SaveAll, Redo, Undo
|
Defines properties that represent ‘application-level’ commands.
|
ComponentsCommands
|
MoveDown, MoveFocusBack MoveLeft, MoveRight, ScrollToEnd ScrollToHome
|
Defines properties that map to common commands performed by UI elements.
|
MediaCommands
|
BoostBase, ChannelUp ChannelDown, FastForward NextTrack, Play, Rewind, Select, Stop
|
Defines properties that allow various media-centric controls to issue common commands.
|
NavigationCommands
|
BrowseBack, BrowsForward Favorites, LastPage NextPage, Zoom
|
Defines numerous properties that are used for the applications that utilize the WPF navigation model.
|
EditingCommands
|
AlignCenter, CorrectSpellingError, DecreaseFontSize, EnterLineBreak, EnterParagraphBreak, MoveDownByLine, MoveRightByWord
|
Defines numerous properties typically used when programming with objects exposed by the WPF document API.
|
|