Documentation
Download compressed HTML Help
     
def RanorexPython.ControlFindChildControlName (   hWnd,
  controlName 
)

The function retrieves a handle to the child control whose control name match the specified strings.

This function performs a case-sensitive search. If no child can be found with the specified control name, the function return zero.

Parameters:
hWnd Handle to the control.
controlName The name of the searched control.
Returns:
If a child control can be found with the searched control name, the function returns the handle of the child, otherwise zero
Remarks:
Supported only in RanorexPro.

Documentation based on Ranorex Version 1.5.0 - www.ranorex.com