VSFILTERKEYSFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flags indicating action to take for controls that filter keyboard event messages.
This enumeration supports a bitwise combination of its member values.
public enum class VSFILTERKEYSFLAGS
public enum class VSFILTERKEYSFLAGS
enum VSFILTERKEYSFLAGS
[System.Flags]
public enum VSFILTERKEYSFLAGS
[<System.Flags>]
type VSFILTERKEYSFLAGS =
Public Enum VSFILTERKEYSFLAGS
- Inheritance
-
VSFILTERKEYSFLAGS
- Attributes
Fields
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: