Class ChartAnnotationAutomationPeer
Exposes chart annotation types to UI Automation.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartAnnotationAutomationPeer : FrameworkElementAutomationPeer
Constructors
ChartAnnotationAutomationPeer(ChartAnnotation)
Initializes a new instance of the ChartAnnotationAutomationPeer class.
Declaration
public ChartAnnotationAutomationPeer(ChartAnnotation owner)
Parameters
ChartAnnotation
owner
The owner. |
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.Custom enumeration value. |
GetBoundingRectangleCore()
Declaration
protected override Rect GetBoundingRectangleCore()
Returns
System.Windows.Rect
|
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
An System.String.Empty string. |
GetItemStatusCore()
Declaration
protected override sealed string GetItemStatusCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
The type of the control. |