Using a standard button I can use Button.SetState()
...but I don't see a similar action for Plugin actions.
How can I send a click to my winbutton?
Thanks!
Professional Software Development Tools
Using a standard button I can use Button.SetState()
...but I don't see a similar action for Plugin actions.
How can I send a click to my winbutton?
Thanks!
I've never used it, but there is a Page.ClickObject("ObjName") that may work for you...
ahhh thanks! That was it!