TextEditor

What is go:Part.TextEditor??

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.

Thanks

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.

But what is it that you are trying to do?

You have any example to this implementation?

Sorry, I can’t find any examples.

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.