Triggering a Control from within Lua Code - Possible?

Is it possible to trigger a control from Lua code as if you had pressed it? I don’t see that popping out at me in the documentation. Thanks.

Hi I am not sure this is the same as what you mean, but tapping/pressing a control to trigger a function can be done. See this discussion.

Thanks but no. I want to do it programmatically. Trigger the event in Lua code as if you had actually pressed the control. Certain things work differently if you actually trigger them versus just calling a function.