ClassRadOpenFileDialogAutomationPeer
Class
The AutomationPeer associated with the RadOpenFileDialog class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
cs-api-definition
public class RadOpenFileDialogAutomationPeer : DialogWindowBaseAutomationPeer, ITransformProvider, IWindowProvider
Inheritance: objectWindowBaseAutomationPeerDialogWindowBaseAutomationPeerRadOpenFileDialogAutomationPeer
Implements:
Inherited Members
Constructors
RadOpenFileDialogAutomationPeer(RadOpenFileDialog)
Initializes a new instance of the RadOpenFileDialogAutomationPeer class.
Declaration
cs-api-definition
public RadOpenFileDialogAutomationPeer(RadOpenFileDialog dialog)
Parameters
dialog
The owner RadOpenFileDialog instance.
Methods
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
Overrides