how to use a button's add_Click function?
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to use a button's add_Click function?
hello all.
I see that a button has many add_xxx functions, such as add_Click(), add_Drop(), add_Loaded()...
but I never find the help information about them from the tutorial, official website and other websites.
I wonder where to find the relative usage?
The picture is as followed:
thank you very much!
Solved! Go to Solution.
- Labels:
-
Keyword Tests
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What did you try in your script and what happened when you did?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am studying the unknown knowledge about test complete, and there are so many add_xxx methods...
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
TestComplete simply detects the methods that are there. It doesn't create them. What language are you using for your script?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I use java script.
In the methods tab item, other methods are available, such as Click, drag. so in my opinion, the add_xxx methods are also available, but I don't know their parameter format.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Methods you are talking about are all under the .NET group. This means that they are native (public) methods provided by the given .Net control (button in your case) and are accessible (callable) for TestComplete (https://support.smartbear.com/testcomplete/docs/app-testing/desktop/wpf/about.html#AvailableProperti...). You should search relevant .Net documentation (documentation for the WPF button of certain class and version in your case) or talk to your developers in order to get the overall description and parameters definition for this or that native .Net control's method.
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
