How <span id=“result_” =“short_text” lang=“en”><span title=“Haz clic para obtener otras posibles traducciones” =“hps”>I can <span title=“Haz clic para obtener otras posibles traducciones” =“hps”>use this <span title=“Haz clic para obtener otras posibles traducciones” =“hps”>property.
You can implement your own ITextEditor-implementing class to act as an in-place text editor using the TextEditingTool.EditorAdornment that the TextEditingTool creates.
The default TextEditor is a class that works with the TextBox created by the default TextEditAdornmentTemplate.
It’s unlikely that you would need to provide your own. Usually in-place text-editing customization can be done either in the TextEditingTool or in the TextEditAdornmentTemplate. For the latter case that might involve subclassing TextBox to get the behavior that you want.