blah blah blah is here! blah blah » Close
hello,i want code like this
this.Button1.Click();
I thought I'd already answered this here but, if there's any doubt, the code required is:
this.Button1.PerformClick();
answered 2 years ago by:
thank you for the good answer
Got feedack? Found a bug? report it here.
1 answers
I thought I'd already answered this here but, if there's any doubt, the code required is:
Any Click eventhandler you've defined for Button1 will then be called just as if the user had pressed the button manually.
answered 2 years ago by:
17279
153
thank you for the good answer