ClassSelectableSeriesItemAutomationPeer
Base class for series item UI Automation that supports selection.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class SelectableSeriesItemAutomationPeer : ChartElementAutomationPeer, ISelectionItemProvider
Inheritance: objectChartElementAutomationPeerSelectableSeriesItemAutomationPeer
Derived Classes:
Implements:
Inherited Members
Constructors
SelectableSeriesItemAutomationPeer(FrameworkElement)
Initializes a new instance of the SelectableSeriesItemAutomationPeer class.
Declaration
protected SelectableSeriesItemAutomationPeer(FrameworkElement owner)
Parameters
owner
FrameworkElement
The FrameworkElement associated with this .
Methods
GetAutomationControlTypeCore()
Gets the control type for the UIElement that is associated with this . This method is called by .
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
The enumeration value.
Overrides
GetClassNameCore()
Gets the name of the UIElement that is associated with this . This method is called by .
GetPattern(PatternInterface)
Gets the control pattern for the UIElement that is associated with this .
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
A value from the enumeration.
Returns
An object that implements the interface if patternInterface is ; otherwise, null.