Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The events on the ITextInputPanel Interface that you can set attention for.
Syntax
typedef enum __MIDL___MIDL_itf_peninputpanel_0000_0000_0007 {
EventMask_InPlaceStateChanging = 1,
EventMask_InPlaceStateChanged = 2,
EventMask_InPlaceSizeChanging = 4,
EventMask_InPlaceSizeChanged = 8,
EventMask_InputAreaChanging = 16,
EventMask_InputAreaChanged = 32,
EventMask_CorrectionModeChanging = 64,
EventMask_CorrectionModeChanged = 128,
EventMask_InPlaceVisibilityChanging = 256,
EventMask_InPlaceVisibilityChanged = 512,
EventMask_TextInserting = 1024,
EventMask_TextInserted = 2048,
EventMask_All
} EventMask;
Constants
EventMask_InPlaceStateChangingValue: 1 Occurs when the correction mode is about to change. |
EventMask_InPlaceStateChangedValue: 2 Occurs when the correction mode has changed. |
EventMask_InPlaceSizeChangingValue: 4 Occurs when the in-place Input Panel size is about to change due to user resizing, auto growth or an input area change. |
EventMask_InPlaceSizeChangedValue: 8 Occurs when the in-place Input Panel size has changed due to a user resize, auto growth, or an input area change. |
EventMask_InputAreaChangingValue: 16 Occurs when the input area is about to change. |
EventMask_InputAreaChangedValue: 32 Occurs when the input area has changed. |
EventMask_CorrectionModeChangingValue: 64 Occurs when the correction mode is about to change. |
EventMask_CorrectionModeChangedValue: 128 Occurs when the correction mode has changed. |
EventMask_InPlaceVisibilityChangingValue: 256 Occurs when the in-place Input Panel visibility is about to change. |
EventMask_InPlaceVisibilityChangedValue: 512 Occurs when the input area has changed. |
EventMask_TextInsertingValue: 1024 Occurs when Tablet PC Input Panel is about to insert text into the control with input focus. |
EventMask_TextInsertedValue: 2048 Occurs when the Tablet PC Input Panel has inserted text into the control with input focus. |
EventMask_AllRepresents a bitwise combination of all member events. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server | None supported |
| Header | peninputpanel.h |