UI AutomationPeer class for SettingsPaneView.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
C#
public class SettingsPaneViewAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectSettingsPaneViewAutomationPeer
Constructors
Initializes a new instance of the SettingsPaneViewAutomationPeer class.
C#
public SettingsPaneViewAutomationPeer(SettingsPaneView owner)
The owner.
Methods
Returns the control type for the UIElement that is associated with this . This method is called by .
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
A value of the enumeration.
Returns the name of the UIElement that is associated with this . This method is called by .
C#
protected override string GetClassNameCore()
The name of the owner type that is associated with this . See Remarks.