__VSTRANSACCELEXFLAGS 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 for TranslateAcceleratorEx(MSG[], UInt32, UInt32, Guid[], Guid, UInt32, Int32, Int32) calls.
This enumeration supports a bitwise combination of its member values.
public enum class __VSTRANSACCELEXFLAGS
public enum class __VSTRANSACCELEXFLAGS
enum __VSTRANSACCELEXFLAGS
[System.Flags]
public enum __VSTRANSACCELEXFLAGS
[<System.Flags>]
type __VSTRANSACCELEXFLAGS =
Public Enum __VSTRANSACCELEXFLAGS
- Inheritance
-
__VSTRANSACCELEXFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
VSTAEXF_Default | 0 | The |
VSTAEXF_NoFireCommand | 1 | Do not fire the command through command routing. |
VSTAEXF_IgnoreActiveKBScopes | 2 | The |
VSTAEXF_UseTextEditorKBScope | 4 | Translate keys using TextEditor key bindings. Equivalent to passing CMDUIGUID_TextEditor, CMDSETID_StandardCommandSet97, and guidKeyDupe for scopes and the VSTAEXF_IgnoreActiveKBScopes flag. |
VSTAEXF_UseGlobalKBScope | 8 | Translate keys using Global key bindings. Equivalent to passing CMDSETID_StandardCommandSet97 and guidKeyDupe for scopes and the VSTAEXF_IgnoreActiveKBScopes flag. |
VSTAEXF_AllowModalState | 16 | By default this function cannot be called when the shell is in a modal state, since command routing is inherently dangerous. However if you must access this in a modal state, specify this flag, but keep in mind that many commands will cause unpredictable behavior if fired. |
Remarks
COM Signature
From vsshell80.idl: