Important: The information in this document is obsolete and should not be used for new development.
Customizing TextEdit
The TextEditTECustomHook
,TESetWordBreak
, andTESetClickLoop
routines described in this section let you customize the behavior of TextEdit. You can use these routines to replace the default hook routines with your customized versions.However, if you use any of the TextEdit hooks to override default TextEdit behavior, the results may no longer be Script Manager-compatible. Before replacing TextEdit routines, you should determine whether more than one script system is installed, and, if so, ensure that the replacement routine you provide is script-aware.
Subtopics
- TECustomHook
- TESetWordBreak
- TESetClickLoop