TfHandwritingState enumeration (shellhandwriting.h)

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_AUTO
Handwriting behavior is automatically configured based on the presence of a pen and the current handwriting user settings.
TF_HANDWRITING_DISABLED
Handwriting behavior is disabled by the Text Services Framework (TSF) client.
TF_HANDWRITING_ENABLED
Handwriting behavior is enabled by the TSF client (pen input is withheld from the client).
TF_HANDWRITING_POINTERDELIVERY
Handwriting 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

See also

GetHandwritingState method, SetHandwritingState method