MICUIELEMENT enumeration (micaut.h)
Specifies the user interface (UI) elements of a math input control (MIC).
Syntax
typedef enum __MIDL___MIDL_itf_micaut_0000_0000_0001 {
MICUIELEMENT_BUTTON_WRITE,
MICUIELEMENT_BUTTON_ERASE,
MICUIELEMENT_BUTTON_CORRECT,
MICUIELEMENT_BUTTON_CLEAR,
MICUIELEMENT_BUTTON_UNDO,
MICUIELEMENT_BUTTON_REDO,
MICUIELEMENT_BUTTON_INSERT,
MICUIELEMENT_BUTTON_CANCEL,
MICUIELEMENT_INKPANEL_BACKGROUND,
MICUIELEMENT_RESULTPANEL_BACKGROUND
} MICUIELEMENT;
Constants
MICUIELEMENT_BUTTON_WRITE The Write button. |
MICUIELEMENT_BUTTON_ERASE The Erase button. |
MICUIELEMENT_BUTTON_CORRECT The Select and Correct button. |
MICUIELEMENT_BUTTON_CLEAR The Clear button. |
MICUIELEMENT_BUTTON_UNDO The Undo button. |
MICUIELEMENT_BUTTON_REDO The Redo button. |
MICUIELEMENT_BUTTON_INSERT The Insert button. |
MICUIELEMENT_BUTTON_CANCEL The Cancel button. |
MICUIELEMENT_INKPANEL_BACKGROUND The writing-area background. |
MICUIELEMENT_RESULTPANEL_BACKGROUND The result preview-area background. |
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) |