Class SelectableSeriesItemAutomationPeer
Base class for series item UI Automation that supports selection.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class SelectableSeriesItemAutomationPeer : ChartElementAutomationPeer, ISelectionItemProvider
Constructors
SelectableSeriesItemAutomationPeer(FrameworkElement)
Initializes a new instance of the SelectableSeriesItemAutomationPeer class.
Declaration
protected SelectableSeriesItemAutomationPeer(FrameworkElement owner)
Parameters
System.Windows.FrameworkElement
owner
The System.Windows.FrameworkElement associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
The System.Windows.Automation.Peers.AutomationControlType.Image enumeration value. |
Overrides
GetClassNameCore()
Gets the name of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
Overrides
GetPattern(PatternInterface)
Gets the control pattern for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
A value from the enumeration. |
Returns
System.Object
An object that implements the System.Windows.Automation.Provider.ISynchronizedInputProvider interface if |