__VSMEUISTATE 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.
Specifies the state of operations in progress. Used with GetUIState(UInt32) calls.
public enum class __VSMEUISTATE
public enum class __VSMEUISTATE
enum __VSMEUISTATE
public enum __VSMEUISTATE
type __VSMEUISTATE =
Public Enum __VSMEUISTATE
- Inheritance
-
__VSMEUISTATE
Fields
Name | Value | Description |
---|---|---|
VSMEUISTATE_IDLE | 0 | Menu editor is idle. |
VSMEUISTATE_LABELEDIT | 1 | Label edit is in progress. |
VSMEUISTATE_ACCELEDIT | 2 | Accelerator edit is in progress. |
VSMEUISTATE_ACCELLIST | 3 | Accelerator listing is in progress. |
Remarks
COM Signature
From vsshell.idl: