Click or drag to resize

WPFSettingsGetCompositeControls Method

Returns a list of WPF controls whose template-generated 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> GetCompositeControls()

Return Value

Type: IListWPFSettingsCompositeControlDescription
A list of CompositeControlDescription objects that describe the WPF controls whose template-generated elements TestLeft will expose.
See Also