How to get the textLines in a RichText control
I am trying to get hold of the individual lines that make up the RichText control once I set the text on it. I am able to see the RichText.textLines property in the debug window (by creating a watch expression) - but when I try to access it in code, the compiler throws an error.
I even created a subclass of RichText and tried writing a getter for it, but still the same compiler error:
"Attempted access of inaccessible property textLines..."
Is there any other way I can do this?
Thanks,
Om
