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.
- text (String)
- The searched text.
If a child control can be found with the searched text,
the function returns the control, otherwise null
| Exception | Condition |
|---|---|
| ControlNotFoundException | Thrown when a control with the child text cannot be found. |
