Class RadFilePathPickerAutomationPeer
Automation peer class for RadFilePathPicker.
Inheritance
System.Object
RadFilePathPickerAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class RadFilePathPickerAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Constructors
RadFilePathPickerAutomationPeer(RadFilePathPicker)
Initializes a new instance of the RadFilePathPickerAutomationPeer class.
Declaration
public RadFilePathPickerAutomationPeer(RadFilePathPicker filePicker)
Parameters
RadFilePathPicker
filePicker
|
Methods
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|
SetValue(String)
Declaration
public void SetValue(string value)
Parameters
System.String
value
|