MEINIT::pszAccelList Field

 

Fixed list of acceptable accelerators.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public:
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.LPCSTR")]
String^ pszAccelList

Field Value

Type: System::String^

Acceptable accelerators are "Ctrl+A\0 Ctrl+B\0...\0Alt+Bksp\0\0", double NULL terminated. If all accelerators are allowed then pszEnumString may be null.

From vsshell.idl:

Return to top
Show: