Commands in WPF.
음 매우매우 기발하고 참신한 아이디어다. 행위의 추상화라...
The Controls such as Button, CheckBox, and MenuItem have logic to interact with
any command on your behalf.
WPF’s built-in commands are exposed as static properties of five different classes:
Executing Commands with Input Gestures
The Controls such as Button, CheckBox, and MenuItem have logic to interact with
any command on your behalf.
WPF’s built-in commands are exposed as static properties of five different classes:
- ApplicationCommands : Close, Copy, Cut, Delete, Find, Help, New, Open, Paste, Print, PrintPreview, Properties, Redo, Replace, Save, SaveAs, SelectAll, Stop, Undo, and more
- ComponentCommands : MoveDown, MoveLeft, MoveRight, MoveUp, ScrollByLine, ScrollPageDown, ScrollPageLeft, ScrollPageRight, ScrollPageUp, SelectToEnd, SelectToHome, SelectToPageDown, SelectToPageUp, and more
- MediaCommands : ChannelDown, ChannelUp, DecreaseVolume, FastForward, IncreaseVolume, MuteVolume, NextTrack, Pause, Play, PreviousTrack, Record, Rewind, Select, Stop, and more
- NavigationCommands : BrowseBack, BrowseForward, BrowseHome, BrowseStop, Favorites, FirstPage, GoToPage, LastPage, NextPage, PreviousPage, Refresh, Search, Zoom, and more
- EditingCommands : AlignCenter, AlignJustify, AlignLeft, AlignRight, CorrectSpellingError, DecreaseFontSize, DecreaseIndentation, EnterLineBreak, EnterParagraphBreak, IgnoreSpellingError, IncreaseFontSize, IncreaseIndentation, MoveDownByLine, MoveDownByPage, MoveDownByParagraph, MoveLeftByCharacter, MoveLeftByWord, MoveRightByCharacter, MoveRightByWord, and more
Executing Commands with Input Gestures
댓글
댓글 쓰기