VSFILTERKEYSFLAGS Enumeration
Flags indicating action to take for controls that filter keyboard event messages.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration VSFILTERKEYSFLAGS
[FlagsAttribute]
public enum VSFILTERKEYSFLAGS
[FlagsAttribute]
public enum class VSFILTERKEYSFLAGS
[<FlagsAttribute>]
type VSFILTERKEYSFLAGS
public enum VSFILTERKEYSFLAGS
Members
Member name | Description | |
---|---|---|
VSFILTERKEYS_DODEFAULT | Default action. (0) | |
VSFILTERKEYS_HANDLED | Indicates the key was handled by the combobox’s IOleCommandTarget implementer. (1) | |
VSFILTERKEYS_TRANSLATE | Indicates to try translating the key event into a shell command by calling TranslateAcceleratorAsACmd. (2) |
Remarks
COM Signature
From vsshell.idl: