Automation support between C# and work processor

  • Hi.

    I am running the WPCubed Wordprocessor demo which holds a TWPRichText pane control. I am trying to get the text and the caret position within that control but it looks like there is no control that holds the actual text, usually this is within an edit control.

    What would I do to be able to use Automation to be able to retrieve information from your control housed within the TWPRichText pane.

  • I have a customer that is using a TWPRichText control within their application.

    I need to be able to retrieve Text from this control and access things like the caret position, and be able to set the caret position along with selecting text, this all needs to be done programatically.

    Do you have any API or anything else that I can use to access information about this control.