VSConstants.AppCommandCmdID Enum

Definition

Identifies commands fired as the result of a WM_APPCOMMAND message received by the main window.

public: enum class VSConstants::AppCommandCmdID
enum VSConstants::AppCommandCmdID
[System.Runtime.InteropServices.Guid("12F1A339-02B9-46e6-BDAF-1071F76056BF")]
public enum VSConstants.AppCommandCmdID
[<System.Runtime.InteropServices.Guid("12F1A339-02B9-46e6-BDAF-1071F76056BF")>]
type VSConstants.AppCommandCmdID = 
Public Enum VSConstants.AppCommandCmdID
Inheritance
VSConstants.AppCommandCmdID
Attributes

Fields

BassBoost 20

The bass boost command.

BassDown 19

The bass down command.

BassUp 21

The bass up command.

BrowserBackward 1

The browser backward command.

BrowserFavorites 6

The browser favorites command.

BrowserForward 2

The browser forward command.

BrowserHome 7

The browser home command.

BrowserRefresh 3

The browser refresh command.

BrowserSearch 5

The browser search command.

BrowserStop 4

The browser stop command.

LaunchApp1 17

The launch application command.

LaunchApp2 18

The alternate launch application command.

LaunchMail 15

The launch mail command.

LaunchMediaSelect 16

The launch media select command.

MediaNextTrack 11

The next track command.

MediaPlayPause 14

The play/pause command.

MediaPreviousTrack 12

The previous track command.

MediaStop 13

The media stop command.

MicrophoneVolumeDown 25

The microphone volume down command.

MicrophoneVolumeMute 24

The microphone volume mute command.

MicrophoneVolumeUp 26

The microphone volume up command.

TrebleDown 22

The treble down command.

TrebleUp 23

The treble up command.

VolumeDown 9

The volume down command.

VolumeMute 8

The volume mute command.

VolumeUp 10

The volume up command.

Applies to