__VSMEUISTATE Enumeration
Visual Studio 2015
Specifies the state of operations in progress. Used with GetUIState calls.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSMEUISTATE_ACCELEDIT | Accelerator edit is in progress. | |
| VSMEUISTATE_ACCELLIST | Accelerator listing is in progress. | |
| VSMEUISTATE_IDLE | Menu editor is idle. | |
| VSMEUISTATE_LABELEDIT | Label edit is in progress. |
From vsshell.idl:
Show: