|
|
|
|
|
HandwrittenInput (Property) In french: SaisieManuscrite
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively). You can: - Find out whether an RTF Edit control allows handwritten input.
- Allow handwritten input in an RTF Edit control.
This property is equivalent to the "Handwritten input (PC tablet)" option in the "General" tab of the Edit control description window. // Allow the handwritten input EDT_RTFEdit.HandwrittenInput = True
Syntax
Finding out whether the handwritten input is allowed by the control Hide the details
<Handwritten input> = <Edit control>.HandwrittenInput
<Handwritten input>: Boolean - True if the handwritten input is allowed by the edit control,
- False otherwise.
<Edit control>: Control name Name of the edit control used. This control must be an RTF edit control.
Allowing (or not) the handwritten input Hide the details
<Edit control>.HandwrittenInput = <Handwritten input>
<Edit control>: Control name Name of the edit control used. This control must be an RTF edit control. <Handwritten input>: Boolean - True if the handwritten input must be allowed by the edit control,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|