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 Selectable
Declaration
protected SelectableSeriesItemAutomationPeer(FrameworkElement owner)
Parameters
System. The System. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the System.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The System. |
Overrides
GetClassNameCore()
Gets the name of the System.
Declaration
protected override string GetClassNameCore()
Returns
System.
|
Overrides
GetPattern(PatternInterface)
Gets the control pattern for the System.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. A value from the enumeration. |
Returns
System. An object that implements the System. |