RanorexNetRanorexNet Documentation
FindChildText Method (text)
NamespacesRanorexControlFindChildText(String)
The function retrieves the child control whose text match the specified strings. This function searches a child control of the form, performs a case-sensitive search. If no child control can be found with the specified text, the function returns null.
Declaration Syntax
C#Visual BasicVisual C++
public Control FindChildText(
	string text
)
Public Function FindChildText ( _
	text As String _
) As Control
public:
Control^ FindChildText(
	String^ text
)
Parameters
text (String)
The searched text.
Return Value
If a child control can be found with the searched text, the function returns the control, otherwise null
Exceptions
ExceptionCondition
ControlNotFoundExceptionThrown when a control with the child text cannot be found.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524