WebTextEditor provides word and character count feature. Word count information
is located in editor's status bar area, while character count information is located
in the tooltip of word count visual element.
This topic will show you how to display Word and Character count.
To display Word and Character count
- Right-click on WebTextEditor control and choose Properties.
- Set ShowCharacterInformation and ShowWordInformation
to True.
- Run the project.