[This is preliminary documentation and is subject to change.]
Application command
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum ApplicationComands |
| Visual Basic |
|---|
Public Enumeration ApplicationComands |
| Visual C++ |
|---|
public enum class ApplicationComands |
| F# |
|---|
type ApplicationComands |
| JScript |
|---|
public enum ApplicationComands |
Members
| Member name | Value | Description | |
|---|---|---|---|
| BassBoost | 20 | Toggle the bass boost on and off. | |
| BassDown | 19 | Decrease the bass. | |
| BassUp | 21 | Increase the bass. | |
| BrowserBack | 1 | Navigate backward. | |
| BrowserFavorites | 6 | Open favorites. | |
| BrowserForward | 2 | Navigate forward. | |
| BrowserHome | 7 | Navigate home. | |
| BrowserRefresh | 3 | Refresh page. | |
| BrowserSearch | 5 | Open search. | |
| BrowserStop | 4 | Stop download. | |
| LaunchApp1 | 17 | Start App1. | |
| LaunchApp2 | 18 | Start App2. | |
| LaunchMail | 15 | Open mail. | |
| LaunchMediaSelect | 16 | Go to Media Select mode. | |
| MediaNextTrack | 11 | Go to next track. | |
| MediaPlayPause | 14 | Play or pause playback. | |
| MediaPreviousTrack | 12 | Go to previous track. | |
| MediaStop | 13 | Stop playback. | |
| TrebleDown | 22 | Decrease the treble. | |
| TrebleUp | 23 | Increase the treble. | |
| VolumeDown | 9 | Lower the volume. | |
| Mute | 8 | Mute the volume. | |
| VolumeUp | 10 | Raise the volume. | |
| MicrophoneMute | 24 | Windows XP: Mute the microphone. | |
| MicrophoneVolumeDown | 25 | Windows XP: Decrease microphone volume. | |
| MicrophoneVolumeUp | 26 | Windows XP: Increase microphone volume. | |
| Close | 31 | Windows XP: Close the window (not the application). | |
| Copy | 36 | Windows XP: Copy the selection. | |
| CorrectionList | 45 | Windows XP: Brings up the correction list when a word is incorrectly identified during speech input. | |
| Cut | 37 | Windows XP: Cut the selection. | |
| DictateOrCommandControlToggle | 43 | Windows XP: Toggles between two modes of speech input: dictation and command/control (giving commands to an application or accessing menus). | |
| Find | 28 | Windows XP: Open the Find dialog. | |
| ForwardMail | 40 | Windows XP: Forward a mail message. | |
| Help | 27 | Windows XP: Open the Help dialog. | |
| ChannelDown | 52 | Windows XP SP1: Decrement the channel value, for example, for a TV or radio tuner. | |
| ChannelUp | 51 | Windows XP SP1: Increment the channel value, for example, for a TV or radio tuner. | |
| FastForward | 49 | Windows XP SP1: Increase the speed of stream playback. This can be implemented in many ways, for example, using a fixed speed or toggling through a series of increasing speeds. | |
| MediaPause | 47 | Windows XP SP1: Pause. If already paused, take no further action. This is a direct PAUSE command that has no state. If there are discrete Play and Pause buttons, applications should take action on this command as well as APPCOMMAND_MEDIA_PLAY_PAUSE. | |
| MediaPlay | 46 | Windows XP SP1: Begin playing at the current position. If already paused, it will resume. This is a direct PLAY command that has no state. If there are discrete Play and Pause buttons, applications should take action on this command as well as APPCOMMAND_MEDIA_PLAY_PAUSE. | |
| MediaRecord | 48 | Windows XP SP1: Begin recording the current stream. | |
| MediaRewind | 50 | Windows XP SP1: Go backward in a stream at a higher rate of speed. This can be implemented in many ways, for example, using a fixed speed or toggling through a series of increasing speeds. | |
| MicrophoneOnOffToggle | 44 | Windows XP: Toggle the microphone. | |
| New | 29 | Windows XP: Create a new window. | |
| Open | 30 | Windows XP: Open a window. | |
| Pase | 38 | Windows XP: Paste | |
| 33 | Windows XP: Print current document. | ||
| Redo | 35 | Windows XP: Redo last action. | |
| MailReply | 39 | Windows XP: Reply to a mail message. | |
| Save | 32 | Windows XP: Save current document. | |
| SendMail | 41 | Windows XP: Send a mail message. | |
| SpellCheck | 42 | Windows XP: Initiate a spell check. | |
| Undo | 34 | Windows XP: Undo last action. | |
| Delete | 53 | Windows Vista: Delete | |
| Flip3D | 54 | Windows Vista: Flip 3D (as WinKey+Tab) | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |
Remarks
These commands are sent to applications as windows messages.