You can find a control also by Text (form.FindChildText), ControlId (form.FindControlId) or ClassName (form.FindClassName).
We also support a general way (with the Element class) to access every kind of control and control elements.
It should also work with custom controls.
Please try RanorexSpy with your custom controls.
Start RanorexSpy.exe, drag the Finder Tool over the custom control, then release the mouse button.
Check the control and the element properties and use the Control and Element functions to find and automate the objects in the form. Custom controls normally contains other basic controls. Find first the custom control in the form with the Form.Find functions and then the Children of the control with the Control.Find functions, or the elements with the Element.FindChild function.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum