Läs på engelska

Dela via


VSFILTERKEYSFLAGS Enum

Definition

Flags indicating action to take for controls that filter keyboard event messages.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class VSFILTERKEYSFLAGS
Inheritance
VSFILTERKEYSFLAGS
Attributes

Fields

Name Value Description
VSFILTERKEYS_DODEFAULT 0

Default action. (0)

VSFILTERKEYS_HANDLED 1

Indicates the key was handled by the combobox’s IOleCommandTarget implementer. (1)

VSFILTERKEYS_TRANSLATE 2

Indicates to try translating the key event into a shell command by calling TranslateAcceleratorAsACmd(MSG[]). (2)

Remarks

COM Signature

From vsshell.idl:

Applies to

Produkt Versioner
Visual Studio SDK 2015, 2017, 2019, 2022