One way in doing this is by making one extension on UserInteraction.Click()
So each time you use click, you can simply use your own extension of click().
For example:
The UserInteraction is in the ArtOfTest.WebAii.Silverlight namespace.
I've attached a file that shows how this will look like when u use it.
Perhaps there is another sollution out there, but i guess this one will do the trick for you.
Good luck.
Best Regards.
Jonas
0
Ivaylo
Telerik team
answered on 27 Apr 2012, 02:52 PM
Hello Sonny,
You can use this code but please note that extension methods can only be declared in a static class:
public static void Click(this UserInteraction user, ArtOfTest.WebAii.Core.MouseClickType clicktype)