Class GanttTimeRulerAutomationPeer
Provides a class that exposes the time ruler section of RadGanttView to UI Automation.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class GanttTimeRulerAutomationPeer : FrameworkElementAutomationPeer
Constructors
GanttTimeRulerAutomationPeer(GanttItemsPresenter)
Initializes a new instance of the GanttTimeRulerAutomationPeer class.
Declaration
public GanttTimeRulerAutomationPeer(GanttItemsPresenter presenter)
Parameters
GanttItemsPresenter
presenter
The items presenter which contains the owner panel. |
Methods
GetChildrenCore()
Gets the collection of child elements 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.GetChildren().
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
A list of child System.Windows.Automation.Peers.AutomationPeer elements. |
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. |