ClassCustomAutomationPeer
Class
Class for providing custom accessibility attributes
Definition
Namespace:Telerik.ReportViewer.Xaml
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
cs-api-definition
public class CustomAutomationPeer : UIElementAutomationPeer
Inheritance: objectDispatcherObjectAutomationPeerUIElementAutomationPeerCustomAutomationPeer
Constructors
CustomAutomationPeer(FrameworkElement)
Instantiates a custom automation peer to provide accessibility attributes
Declaration
cs-api-definition
public CustomAutomationPeer(FrameworkElement owner)
Parameters
owner
FrameworkElement
Methods
GetLocalizedControlTypeCore()
Returns the class name
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
string
Overrides