Hi, I have a button in my component. I would like to trigger that button's OnSelect property using Select() function. I added event property (OnSelect) on the component, but I still can't trigger the button click on screen. The OnSelect is already working when clicking the component manually, but it is giving error "Select of a control that doesn’t have an OnSelect property" when using Select().
When I want to trigger a button click, I use MyComponent.TriggerSelect()
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.