Forum Discussion
CBleunven
12 years agoContributor
Hi Kumar,
Most of the properties defines by the .NET framework are available on the object you get by the WinfFormsObject method (ie the ULEditBoxObj1 text box). All Properties available for Test Complete may be seen using the ObjectSpy in the Advanced view. The one that will be of interest for you should be BackColor.
TheBackGroundColor = ULEditBoxObj1.Color;
Christophe
Most of the properties defines by the .NET framework are available on the object you get by the WinfFormsObject method (ie the ULEditBoxObj1 text box). All Properties available for Test Complete may be seen using the ObjectSpy in the Advanced view. The one that will be of interest for you should be BackColor.
TheBackGroundColor = ULEditBoxObj1.Color;
Christophe
Related Content
- 5 years ago
- 9 years ago
Recent Discussions
- 15 hours ago