A text element is searched for with (Ranorex 0.9.3beta3):
<controlname>.Element.FindChild(Role.Text, "elementname");
When the text field is editable, the element can be accessed thru Ranorex.
However, when the text field is shaded, the element is not found
(null is returned).
This problem seems to occur not always, but is unpredictable.