Click or drag to resize

WPFSettingsGetCompositeItemsControls Method

Returns a list of WPF controls that contain items 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 IList<WPFSettingsCompositeControlDescription> GetCompositeItemsControls()

Return Value

Type: IListWPFSettingsCompositeControlDescription
A list of ComposilteControlDescription objects that describe the WPF objects that contain composite items that TestLeft will expose.
See Also