ClassRadFilePathPickerAutomationPeer
Class
Automation peer class for RadFilePathPicker.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
public class RadFilePathPickerAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Inheritance: objectRadFilePathPickerAutomationPeer
Implements:
Constructors
RadFilePathPickerAutomationPeer(RadFilePathPicker)
Initializes a new instance of the RadFilePathPickerAutomationPeer class.
Declaration
cs-api-definition
public RadFilePathPickerAutomationPeer(RadFilePathPicker filePicker)
Parameters
filePicker
Methods
GetChildrenCore()
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns