MICUIELEMENTSTATE enumeration (micaut.h)
Specifies the button states of a math input control (MIC).
Syntax
typedef enum __MIDL___MIDL_itf_micaut_0000_0000_0002 {
MICUIELEMENTSTATE_NORMAL = 1,
MICUIELEMENTSTATE_HOT,
MICUIELEMENTSTATE_PRESSED,
MICUIELEMENTSTATE_DISABLED
} MICUIELEMENTSTATE;
Constants
MICUIELEMENTSTATE_NORMAL Value: 1 The button does not have the mouse hovering over it. |
MICUIELEMENTSTATE_HOT The button has the mouse hovering over it. |
MICUIELEMENTSTATE_PRESSED The button is pressed. |
MICUIELEMENTSTATE_DISABLED The button is disabled. |
Remarks
This enumeration is used in custom painting.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | micaut.h (include Micaut.h) |