Completed
Last Updated: 25 Apr 2017 11:53 by ADMIN
ADMIN
Hristo
Created on: 16 Sep 2016 10:21
Category: UI Framework
Type: Feature Request
1
ADD. TPF - EnableCodedUITests global setting affecting all descendants of RadControl
At the moment one needs to iterate all controls and set the EnableCodedUITests property individually. It would be nice if there is a way this to be done only once affecting all controls.
1 comment
ADMIN
Ralitsa
Posted on: 25 Apr 2017 11:53
In order to control the default value for enabling CodedUI for all controls from UI for WinForms suite, you need to set the EnableCodedUITestsDefaultValue property to true. Here is the code snippet: 
RadControl.EnableCodedUITestsDefaultValue = true;

It is recommended to set the property before calling InitializeComponent.