Click or drag to resize

WPFSettingsSetCompositeControls Method

Sets a list of WPF controls whose template-generated internal elements TestLeft will expose.

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public void SetCompositeControls(
	IEnumerable<WPFSettingsCompositeControlDescription> controls
)

Parameters

controls
Type: System.Collections.GenericIEnumerableWPFSettingsCompositeControlDescription
A list of CompositeControlDescription objects that describe the composite WPF controls that TestLeft will expose.

Each object specifies either the control's class name or the control's name as it is specified in the application source code.

See Also