New to Telerik UI for WPFStart a free 30-day trial

Automation peer class for RadFilePathPicker.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

C#
public class RadFilePathPickerAutomationPeer : FrameworkElementAutomationPeer, IValueProvider

Inheritance: objectRadFilePathPickerAutomationPeer

Implements: IValueProvider

Constructors

Initializes a new instance of the RadFilePathPickerAutomationPeer class.

C#
public RadFilePathPickerAutomationPeer(RadFilePathPicker filePicker)
Parameters:filePickerRadFilePathPicker

Methods

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterfaceReturns:

object

C#
public void SetValue(string value)
Parameters:valuestring