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()
Public Function GetCompositeControls As IList(Of WPFSettingsCompositeControlDescription)
Dim instance As WPFSettings
Dim returnValue As IList(Of WPFSettingsCompositeControlDescription)
returnValue = instance.GetCompositeControls()
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