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.
Specifies how handwriting is processed by the system.
Syntax
typedef enum TfHandwritingState {
TF_HANDWRITING_AUTO,
TF_HANDWRITING_DISABLED,
TF_HANDWRITING_ENABLED,
TF_HANDWRITING_POINTERDELIVERY
} ;
Constants
TF_HANDWRITING_AUTOHandwriting behavior is automatically configured based on the presence of a pen and the current handwriting user settings. |
TF_HANDWRITING_DISABLEDHandwriting behavior is disabled by the Text Services Framework (TSF) client. |
TF_HANDWRITING_ENABLEDHandwriting behavior is enabled by the TSF client (pen input is withheld from the client). |
TF_HANDWRITING_POINTERDELIVERYHandwriting behavior is enabled by the TSF client (pen input is not withheld from the client), which is responsible for analyzing the pen input and handling buffering, intent determination, and target determination. |
Requirements
| Requirement | Value |
|---|---|
| Header | shellhandwriting.h |